Skip to content

Commit

Permalink
chore: remove some rule useless
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Sep 23, 2023
1 parent 59e88d1 commit 43d250b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/eslint-config/src/js-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ export default {
rules: {
...standardConfig.rules,
// override standard config rules
"comma-dangle": ["error", "always-multiline"],
"brace-style": ["error", "1tbs", { allowSingleLine: false }], // https://github.com/standard/eslint-config-standard/pull/281
"dot-notation": "off", // conflict when enabling ts-check so turn it off

// code style for a better readability
"max-statements-per-line": ["error", { max: 1 }],
"import/newline-after-import": ["error", { count: 1 }],
"simple-import-sort/imports": [
"error",
Expand Down

0 comments on commit 43d250b

Please sign in to comment.