Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
6398bf0a
Commit
6398bf0a
authored
Jun 04, 2020
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linting details and implicit dependencies
parent
2971f740
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
120 additions
and
20 deletions
+120
-20
.eslintrc
apps/remix-ide/.eslintrc
+0
-0
nx.json
nx.json
+37
-11
workspace.json
workspace.json
+83
-9
No files found.
apps/remix-ide/.eslintrc
.json
→
apps/remix-ide/.eslintrc
View file @
6398bf0a
File moved
nx.json
View file @
6398bf0a
...
@@ -19,32 +19,58 @@
...
@@ -19,32 +19,58 @@
}
}
},
},
"projects"
:
{
"projects"
:
{
"remix-
ide
"
:
{
"remix-
astwalker
"
:
{
"tags"
:
[]
"tags"
:
[]
},
},
"remix-
analyzer
"
:
{
"remix-
lib
"
:
{
"tags"
:
[]
"tags"
:
[]
},
},
"remix-astwalker"
:
{
"remix-analyzer"
:
{
"tags"
:
[]
"tags"
:
[],
"implicitDependencies"
:
[
"remix-astwalker"
,
"remix-lib"
]
},
},
"remix-debug"
:
{
"remix-debug"
:
{
"tags"
:
[]
"tags"
:
[]
,
},
"implicitDependencies"
:
[
"remix-lib"
:
{
"remix-lib"
"tags"
:
[
]
]
},
},
"remix-simulator"
:
{
"remix-simulator"
:
{
"tags"
:
[]
"tags"
:
[],
"implicitDependencies"
:
[
"remix-lib"
]
},
},
"remix-solidity"
:
{
"remix-solidity"
:
{
"tags"
:
[]
"tags"
:
[],
"implicitDependencies"
:
[
"remix-lib"
]
},
},
"remix-tests"
:
{
"remix-tests"
:
{
"tags"
:
[]
"tags"
:
[],
"implicitDependencies"
:
[
"remix-lib"
,
"remix-simulator"
,
"remix-solidity"
]
},
},
"remix-url-resolver"
:
{
"remix-url-resolver"
:
{
"tags"
:
[]
"tags"
:
[]
},
"remix-ide"
:
{
"tags"
:
[],
"implicitDependencies"
:
[
"remix-analyzer"
,
"remix-debug"
,
"remix-lib"
,
"remix-simulator"
,
"remix-solidity"
,
"remix-tests"
]
}
}
}
}
}
}
workspace.json
View file @
6398bf0a
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
"builder"
:
"@nrwl/linter:lint"
,
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"options"
:
{
"linter"
:
"eslint"
,
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc
.json
"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"files"
:
[
"files"
:
[
"apps/remix-ide/**/*.js"
"apps/remix-ide/**/*.js"
],
],
...
@@ -73,7 +73,17 @@
...
@@ -73,7 +73,17 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[
"libs/remix-analyzer/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-analyzer/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -93,7 +103,17 @@
...
@@ -93,7 +103,17 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[
"libs/remix-astwalker/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-astwalker/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -113,7 +133,15 @@
...
@@ -113,7 +133,15 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-debug/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -133,7 +161,15 @@
...
@@ -133,7 +161,15 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-lib/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -153,7 +189,15 @@
...
@@ -153,7 +189,15 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-simulator/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -173,7 +217,17 @@
...
@@ -173,7 +217,17 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[
"libs/remix-solidity/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-solidity/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -193,7 +247,17 @@
...
@@ -193,7 +247,17 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[
"libs/remix-tests/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-tests/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
@@ -213,7 +277,17 @@
...
@@ -213,7 +277,17 @@
"projectType"
:
"library"
,
"projectType"
:
"library"
,
"schematics"
:
{},
"schematics"
:
{},
"architect"
:
{
"architect"
:
{
"lint"
:
{},
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"config"
:
"apps/remix-ide/.eslintrc"
,
"tsConfig"
:
[
"libs/remix-url-resolver/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-url-resolver/**"
]
}
},
"test"
:
{},
"test"
:
{},
"build"
:
{
"build"
:
{
"builder"
:
"@nrwl/node:package"
,
"builder"
:
"@nrwl/node:package"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment