Skip to content

Commit

Permalink
replace google eslint with eslint recommended settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-orlando committed Jan 9, 2024
1 parent 64c71ad commit 63cc02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion secureli/resources/files/configs/javascript.config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
filename: ".eslintrc.yaml"
settings:
extends: ["google"]
extends: ["eslint:recommended"]
env:
es6: true
plugins: ["prettier"]
2 changes: 1 addition & 1 deletion secureli/resources/files/configs/typescript.config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
filename: ".eslintrc.yaml"
settings:
extends: ["google", "plugin:@typescript-eslint/recommended", "prettier"]
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
parser: "@typescript-eslint/parser"
plugins: ["@typescript-eslint"]

0 comments on commit 63cc02b

Please sign in to comment.