Skip to content

Commit

Permalink
Add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
blaumeise20 committed Jan 18, 2021
1 parent 3a2e47c commit 95d154a
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"quotes": ["error", "double"],
"indent": ["error", 4]
}
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/
.editorconfig
.gitattributes
.gitignore
.eslintrc.json
index.test.js
src/
tsconfig.json
Loading

0 comments on commit 95d154a

Please sign in to comment.