Skip to content

Commit

Permalink
new config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jac-Zac authored and AbdBarho committed Dec 29, 2022
1 parent 2046b32 commit ac1660b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions website/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
rules: {
"sort-imports": [
"error",
{
ignoreCase: false,
ignoreDeclarationSort: false,
ignoreMemberSort: false,
memberSyntaxSortOrder: ["none", "all", "multiple", "single"],
allowSeparatedGroups: false
}
]
},
root: true,
};

0 comments on commit ac1660b

Please sign in to comment.