Skip to content

Commit

Permalink
test: update eslint rules to es2020 and upgrade docco
Browse files Browse the repository at this point in the history
  • Loading branch information
6utt3rfly committed Oct 27, 2024
1 parent 404a880 commit 7f38f12
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ignorePatterns": ["**/dist/**/*.js"],
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2020,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true
Expand All @@ -11,14 +11,6 @@
"browser": true,
"node": true
},
"overrides": [
{
"files": ["test/**/*.js", "*.test.js"],
"parserOptions": {
"ecmaVersion": 7
}
}
],
"rules": {
"semi": 1,
"no-dupe-args": 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^9.0.0",
"benchmark": "^2.1.4",
"docco": "^0.8.1",
"docco": "^0.9.1",
"eslint": "^7.23.0",
"http-server": "^14.1.1",
"husky": "^7.0.0",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f38f12

Please sign in to comment.