Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Jan 27, 2022
1 parent d4a4136 commit 5ce0610
Show file tree
Hide file tree
Showing 9 changed files with 4,152 additions and 3,027 deletions.
15 changes: 15 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
env: {
browser: true,
commonjs: true,
},
parser: "@babel/eslint-parser",
parserOptions: {
requireConfigFile: false,
},
extends: "eslint:recommended",
globals: {},
rules: {
"no-sequences": "error",
},
};
15 changes: 0 additions & 15 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 5ce0610

Please sign in to comment.