@ -42,8 +42,8 @@
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/vyper/**/*.ts"],
"eslintConfig": "libs/vyper/.eslintrc"
"lintFilePatterns": ["apps/vyper/**/*.ts"],
"eslintConfig": "apps/vyper/.eslintrc"
}
},
"serve": {
@ -18,7 +18,6 @@ export interface VyperCompilationError {
message: string
export type VyperCompilationResultType = {
buildDependencies: any
compilers: [
@ -448,7 +447,6 @@ deployments: {
[contractName: string]: ContractInstanceObject
export type CompilerInformationObject = {
@ -39,8 +39,8 @@
"lintFilePatterns": ["libs/walletconnect/**/*.ts"],
"eslintConfig": "libs/walletconnect/.eslintrc"
"lintFilePatterns": ["apps/walletconnect/**/*.ts"],
"eslintConfig": "apps/walletconnect/.eslintrc"