added targets for linters of libs

pull/4770/head
lianahus 7 months ago
parent 15375e765c
commit 6c3fa0e221
  1. 3
      libs/ghaction-helper/project.json
  2. 3
      libs/remix-analyzer/project.json
  3. 3
      libs/remix-astwalker/project.json
  4. 3
      libs/remix-core-plugin/project.json
  5. 3
      libs/remix-debug/project.json
  6. 3
      libs/remix-lib/project.json
  7. 3
      libs/remix-simulator/project.json
  8. 3
      libs/remix-solidity/project.json
  9. 3
      libs/remix-tests/project.json
  10. 3
      libs/remix-url-resolver/project.json
  11. 3
      libs/remix-ws-templates/project.json
  12. 3
      libs/remixd/project.json

@ -22,7 +22,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/ghaction-helper/**/*.ts"]
"lintFilePatterns": ["libs/ghaction-helper/**/*.ts"],
"eslintConfig": "libs/ghaction-helper/.eslintrc"
}
}
},

@ -25,7 +25,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-analyzer/**/*.ts"]
"lintFilePatterns": ["libs/remix-analyzer/**/*.ts"],
"eslintConfig": "libs/remix-analyzer/.eslintrc"
}
}
},

@ -24,7 +24,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-astwalker/**/*.ts"]
"lintFilePatterns": ["libs/remix-astwalker/**/*.ts"],
"eslintConfig": "libs/remix-astwalker/.eslintrc"
}
}
},

@ -19,7 +19,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-core-plugin/**/*.ts"]
"lintFilePatterns": ["libs/remix-core-plugin/**/*.ts"],
"eslintConfig": "libs/remix-core-plugin/.eslintrc"
}
}
},

@ -34,7 +34,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-debug/**/*.ts"]
"lintFilePatterns": ["libs/remix-debug/**/*.ts"],
"eslintConfig": "libs/remix-debug/.eslintrc"
}
}
},

@ -21,7 +21,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-lib/**/*.ts"]
"lintFilePatterns": ["libs/remix-lib/**/*.ts"],
"eslintConfig": "libs/remix-lib/.eslinrc"
}
}
},

@ -33,7 +33,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-simulator/**/*.ts"]
"lintFilePatterns": ["libs/remix-simulator/**/*.ts"],
"eslintConfig": "libs/remix-simulator/.eslintrc"
}
}
},

@ -24,7 +24,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-solidity/**/*.ts"]
"lintFilePatterns": ["libs/remix-solidity/**/*.ts"],
"eslintConfig": "libs/remix-solidity/.eslintrc"
}
}
},

@ -41,7 +41,8 @@
"options": {
"lintFilePatterns": [
"libs/remix-tests/**/*.ts"
]
],
"eslintConfig": "libs/remix-tests/.eslintrc"
}
}
},

@ -23,7 +23,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-url-resolver/**/*.ts"]
"lintFilePatterns": ["libs/remix-url-resolver/**/*.ts"],
"eslintConfig": "libs/remix-url-resolver/.eslintrc"
}
}
},

@ -40,7 +40,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remix-ws-templates/**/*.ts"]
"lintFilePatterns": ["libs/remix-ws-templates/**/*.ts"],
"eslintConfig": "libs/remix-ws-templates/.eslintrc"
}
}
},

@ -24,7 +24,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/remixd/**/*.ts"]
"lintFilePatterns": ["libs/remixd/**/*.ts"],
"eslintConfig": "libs/remixd/.eslintrc"
}
}
},

Loading…
Cancel
Save