Skip to content

Commit

Permalink
fix(eslint): remove eslint indent rule as it was conflicting with pre…
Browse files Browse the repository at this point in the history
…ttier rules
  • Loading branch information
meskill committed Sep 18, 2022
1 parent ac0354e commit dcc4a4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"eslint.nodePath": ".yarn/sdks"
}
"eslint.nodePath": ".yarn/sdks",
"conventionalCommits.scopes": [
"eslint"
]
}
3 changes: 0 additions & 3 deletions configs/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ ignorePatterns:
- 'dist'
reportUnusedDisableDirectives: true
rules:
indent:
- error
- tab
linebreak-style:
- error
- unix
Expand Down

0 comments on commit dcc4a4f

Please sign in to comment.