fix mistaken naming

pull/5370/head
Joseph Izang 3 years ago
parent 5fc1310c03
commit 6cd920eb8a
  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