Skip to content

Commit

Permalink
Add lint configg
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Jul 10, 2023
1 parent 83f8d9c commit 0272620
Show file tree
Hide file tree
Showing 3 changed files with 2,281 additions and 172 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "@dabh/eslint-config-populist",
"rules": {
"one-var": ["error", { "var": "never", "let": "never", "const": "never" }],
"strict": 0
},
"parserOptions": {
"ecmaVersion": 2022,
},
}
Loading

0 comments on commit 0272620

Please sign in to comment.