Skip to content

Commit

Permalink
style: switch to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Feb 26, 2024
1 parent d26e60a commit 1fb11bb
Show file tree
Hide file tree
Showing 8 changed files with 3,967 additions and 10,822 deletions.
15 changes: 0 additions & 15 deletions .clintonrc.json

This file was deleted.

15 changes: 15 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"rules": {
"indent": [2, 2, {"SwitchCase": 1}],
"quotes": [2, "single"],
"linebreak-style": [2, "unix"],
"camelcase": [2, {"properties": "always"}],
"brace-style": [2, "1tbs", {"allowSingleLine": true}]
},
"env": {
"es6": true,
"node": true,
"browser": false
},
"extends": "eslint:recommended"
}
7 changes: 0 additions & 7 deletions .huskyrc

This file was deleted.

4 changes: 0 additions & 4 deletions .lintstagedrc

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 1fb11bb

Please sign in to comment.