Skip to content

Commit

Permalink
Update ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 15, 2023
1 parent 298b003 commit d6fe73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"node": true
},
"extends": ["plugin:jsdoc/recommended", "standard", "prettier"],
"plugins": ["jsdoc", "prettier"],
"parserOptions": {
"ecmaVersion": "latest"
},
"plugins": ["jsdoc", "prettier"],
"rules": {
"prettier/prettier": ["error"]
}
Expand Down

0 comments on commit d6fe73f

Please sign in to comment.