Skip to content

Commit

Permalink
Merge pull request #42 from localnerve/rc-3.0.6
Browse files Browse the repository at this point in the history
@3.0.6 - update deps, lint
  • Loading branch information
localnerve committed Dec 4, 2023
2 parents 927edc0 + 6c4915d commit 4b9a2d1
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 401 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"env": {
"node": true
},
"parser": "@babel/eslint-parser",
"extends": "eslint:recommended",
"rules": {
"indent": [2, 2, {"SwitchCase": 1}],
"quotes": [2, "single"],
"dot-notation": [2, {"allowKeywords": true}]
"dot-notation": [2, {"allowKeywords": true}]
}
}
Loading

0 comments on commit 4b9a2d1

Please sign in to comment.