diff --git a/libs/ghaction-helper/project.json b/libs/ghaction-helper/project.json index 9d93dfcab8..26e659e41d 100644 --- a/libs/ghaction-helper/project.json +++ b/libs/ghaction-helper/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" } } }, diff --git a/libs/remix-analyzer/project.json b/libs/remix-analyzer/project.json index 6700532bb1..0afd267977 100644 --- a/libs/remix-analyzer/project.json +++ b/libs/remix-analyzer/project.json @@ -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" } } }, diff --git a/libs/remix-astwalker/project.json b/libs/remix-astwalker/project.json index ba70ffc27d..a5f9f364d8 100644 --- a/libs/remix-astwalker/project.json +++ b/libs/remix-astwalker/project.json @@ -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" } } }, diff --git a/libs/remix-core-plugin/project.json b/libs/remix-core-plugin/project.json index f7d0ab2428..63e5359f06 100644 --- a/libs/remix-core-plugin/project.json +++ b/libs/remix-core-plugin/project.json @@ -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" } } }, diff --git a/libs/remix-debug/project.json b/libs/remix-debug/project.json index 2f67c8b8cb..8db5345b74 100644 --- a/libs/remix-debug/project.json +++ b/libs/remix-debug/project.json @@ -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" } } }, diff --git a/libs/remix-lib/project.json b/libs/remix-lib/project.json index 6b5d30f821..b4f06e9063 100644 --- a/libs/remix-lib/project.json +++ b/libs/remix-lib/project.json @@ -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" } } }, diff --git a/libs/remix-simulator/project.json b/libs/remix-simulator/project.json index b4aa8b3007..e7aa4885df 100644 --- a/libs/remix-simulator/project.json +++ b/libs/remix-simulator/project.json @@ -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" } } }, diff --git a/libs/remix-solidity/project.json b/libs/remix-solidity/project.json index 71785eb335..e0a9edd436 100644 --- a/libs/remix-solidity/project.json +++ b/libs/remix-solidity/project.json @@ -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" } } }, diff --git a/libs/remix-tests/project.json b/libs/remix-tests/project.json index e2e4741e35..dd29dafdde 100644 --- a/libs/remix-tests/project.json +++ b/libs/remix-tests/project.json @@ -41,7 +41,8 @@ "options": { "lintFilePatterns": [ "libs/remix-tests/**/*.ts" - ] + ], + "eslintConfig": "libs/remix-tests/.eslintrc" } } }, diff --git a/libs/remix-url-resolver/project.json b/libs/remix-url-resolver/project.json index 5bd43c8a61..cfe894b3ca 100644 --- a/libs/remix-url-resolver/project.json +++ b/libs/remix-url-resolver/project.json @@ -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" } } }, diff --git a/libs/remix-ws-templates/project.json b/libs/remix-ws-templates/project.json index 7ebf0408d5..5835378d9c 100644 --- a/libs/remix-ws-templates/project.json +++ b/libs/remix-ws-templates/project.json @@ -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" } } }, diff --git a/libs/remixd/project.json b/libs/remixd/project.json index b4da03d85f..ac783b5aff 100644 --- a/libs/remixd/project.json +++ b/libs/remixd/project.json @@ -24,7 +24,8 @@ "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { - "lintFilePatterns": ["libs/remixd/**/*.ts"] + "lintFilePatterns": ["libs/remixd/**/*.ts"], + "eslintConfig": "libs/remixd/.eslintrc" } } },