Skip to content

Commit

Permalink
chore(lint): minor updates to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Serafin committed Sep 25, 2024
1 parent 55b0c22 commit 9fe2ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
root: true,
extends: ['eslint:recommended', 'semistandard'],
extends: ['eslint:recommended'],
parserOptions: {
ecmaVersion: 2017
},
Expand Down

0 comments on commit 9fe2ab4

Please sign in to comment.