Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Nov 13, 2023
1 parent b7fa165 commit df5362e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/ice/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
"es6": true,
"node": true
},
"plugins": ["@typescript-eslint", "simple-import-sort"],
"plugins": [
"@typescript-eslint",
"simple-import-sort"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-useless-catch": 0,
"no-empty": 0,
"@typescript-eslint/no-inferrable-types": 0,
"@typescript-eslint/ban-ts-ignore": 0,
Expand All @@ -40,4 +44,4 @@
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error"
}
}
}

0 comments on commit df5362e

Please sign in to comment.