Skip to content

Commit 66ec7cd

Browse files
Antrikshyremy
authored andcommitted
chore: Switch from JSCS to ESLint
1 parent 03c4ed3 commit 66ec7cd

File tree

5 files changed

+673
-1002
lines changed

5 files changed

+673
-1002
lines changed

.eslintrc.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"commonjs": true,
5+
"es2021": true
6+
},
7+
"parserOptions": {
8+
"ecmaVersion": 12
9+
},
10+
"rules": {
11+
"space-before-function-paren": [
12+
2,
13+
{
14+
"anonymous": "ignore",
15+
"named": "never"
16+
}
17+
]
18+
}
19+
}

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This will allow for the automatic changelog to generate correctly.
1616

1717
## Code standards
1818

19-
Ensure that your code adheres to the included `.jshintrc` and `.jscsrc` configs.
19+
Ensure that your code adheres to the included `.jshintrc` and `.eslintrc.json` configs.
2020

2121
## Sending pull requests
2222

.jscsrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)