|
|
@ -39,8 +39,8 @@ |
|
|
|
"executor": "@nrwl/linter:eslint", |
|
|
|
"executor": "@nrwl/linter:eslint", |
|
|
|
"outputs": ["{options.outputFile}"], |
|
|
|
"outputs": ["{options.outputFile}"], |
|
|
|
"options": { |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": ["libs/walletconnect/**/*.ts"], |
|
|
|
"lintFilePatterns": ["apps/walletconnect/**/*.ts"], |
|
|
|
"eslintConfig": "libs/walletconnect/.eslintrc" |
|
|
|
"eslintConfig": "apps/walletconnect/.eslintrc" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"serve": { |
|
|
|
"serve": { |
|
|
|