Skip to content

Commit

Permalink
Lint the project
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed May 1, 2020
1 parent e1f0066 commit 434f15b
Show file tree
Hide file tree
Showing 5 changed files with 1,585 additions and 337 deletions.
19 changes: 19 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
extends: "nicjansma",
env: {
node: true,
browser: true
},
parserOptions: {
ecmaVersion: 2017
},
rules: {
strict: 0,
"no-inner-declarations": 0,
"new-cap": 0,
"no-underscore-dangle": 0,
"no-console": 0,
camelcase: 0,
"no-nested-ternary": 0
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading

0 comments on commit 434f15b

Please sign in to comment.