Skip to content

Commit

Permalink
fix(workspace): add back eslint-config-custom to root, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 13, 2023
1 parent 19eb251 commit 49da6b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
module.exports = {
root: true,
env: {
node: true,
es2020: true,
},
extends: ['eslint:recommended', 'plugin:import/recommended', 'airbnb-base'],
extends: ['custom/js.cjs'],
rules: {
'import/no-extraneous-dependencies': [
'error',
{
devDependencies: true,
},
],
'linebreak-style': 0,
},
ignorePatterns: ['apps/**', 'packages/**'],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:^",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49da6b1

Please sign in to comment.