File tree Expand file tree Collapse file tree 6 files changed +10
-20
lines changed
packages/plugin-eslint/mocks/fixtures/nx-monorepo Expand file tree Collapse file tree 6 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 1- .nx / cache
1+ .nx
Original file line number Diff line number Diff line change 22 "name" : " cli" ,
33 "sourceRoot" : " packages/cli/src" ,
44 "projectType" : " application" ,
5+ "implicitDependencies" : [" core" ],
56 "targets" : {
67 "lint" : {
78 "executor" : " @nx/linter:eslint" ,
89 "outputs" : [" {options.outputFile}" ],
910 "options" : {
10- "lintFilePatterns" : [
11- " packages/cli/**/*.ts" ,
12- " packages/cli/package.json"
13- ]
11+ "lintFilePatterns" : [" packages/cli/**/*.ts" ]
1412 }
1513 }
1614 }
Original file line number Diff line number Diff line change 22 "name" : " core" ,
33 "sourceRoot" : " packages/core/src" ,
44 "projectType" : " library" ,
5+ "implicitDependencies" : [" utils" ],
56 "targets" : {
67 "lint" : {
78 "executor" : " @nx/linter:eslint" ,
89 "outputs" : [" {options.outputFile}" ],
910 "options" : {
10- "lintFilePatterns" : [
11- " packages/core/**/*.ts" ,
12- " packages/core/package.json"
13- ]
11+ "lintFilePatterns" : [" packages/core/**/*.ts" ]
1412 }
1513 }
1614 }
Original file line number Diff line number Diff line change 22 "name" : " nx-plugin" ,
33 "sourceRoot" : " packages/nx-plugin/src" ,
44 "projectType" : " library" ,
5+ "implicitDependencies" : [" utils" ],
56 "targets" : {
67 "lint" : {
78 "executor" : " @nx/linter:eslint" ,
89 "outputs" : [" {options.outputFile}" ],
910 "options" : {
10- "lintFilePatterns" : [
11- " packages/nx-plugin/**/*.ts" ,
12- " packages/nx-plugin/package.json" ,
13- " packages/nx-plugin/generators.json"
14- ]
11+ "lintFilePatterns" : [" packages/nx-plugin/**/*.ts" ]
1512 }
1613 }
1714 }
Original file line number Diff line number Diff line change 77 "executor" : " @nx/linter:eslint" ,
88 "outputs" : [" {options.outputFile}" ],
99 "options" : {
10- "lintFilePatterns" : [
11- " packages/utils/**/*.ts" ,
12- " packages/utils/package.json"
13- ]
10+ "lintFilePatterns" : [" packages/utils/**/*.ts" ]
1411 }
1512 }
1613 }
Original file line number Diff line number Diff line change 88 "emitDecoratorMetadata" : true ,
99 "experimentalDecorators" : true ,
1010 "importHelpers" : true ,
11- "target" : " es2015 " ,
11+ "target" : " ES2022 " ,
1212 "module" : " esnext" ,
13- "lib" : [" es2020 " , " dom" ],
13+ "lib" : [" ES2022 " , " dom" ],
1414 "skipLibCheck" : true ,
1515 "skipDefaultLibCheck" : true ,
1616 "baseUrl" : " ." ,
You can’t perform that action at this time.
0 commit comments