fix mistaken naming

pull/1671/head
Joseph Izang 3 years ago
parent 8b58b32719
commit 7e05b9ae7f
  1. 4
      workspace.json

@ -1063,8 +1063,8 @@
"builder": "@nrwl/linter:lint", "builder": "@nrwl/linter:lint",
"options": { "options": {
"linter": "eslint", "linter": "eslint",
"tsConfig": ["libs/remix-ui/theme-module/tsconfig.lib.json"], "tsConfig": ["libs/remix-ui/vertical-icons-panel/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/remix-ui/theme-module/**/*"] "exclude": ["**/node_modules/**", "!libs/remix-ui/vertical-icons-panel/**/*"]
} }
} }
} }

Loading…
Cancel
Save