Skip to content

Commit

Permalink
Converted reslintrc to json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Sep 25, 2023
1 parent e4a07e2 commit fa1bd20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .eslintrc.cjs

This file was deleted.

12 changes: 12 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["*.cjs", "*.js", "dist/**/*"],
"overrides": [],
"env": {
"es2017": true,
"node": true
}
}

0 comments on commit fa1bd20

Please sign in to comment.