Skip to content

Commit

Permalink
chore(eslint): fix previous changes made in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Apr 22, 2022
1 parent 80e76ac commit 5f86221
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"eslint:recommended",
"standard",
"plugin:prettier/recommended",
"plugin:json/recommended",
"plugin:import/errors",
Expand Down
222 changes: 222 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
Expand Down

0 comments on commit 5f86221

Please sign in to comment.