Skip to content

Commit

Permalink
chore: setup eslint and airbnb rules disable standard #242
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed May 13, 2021
1 parent 8fb819d commit 65111d7
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 662 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

277 changes: 0 additions & 277 deletions .eslintrc.yml

This file was deleted.

21 changes: 21 additions & 0 deletions app/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"ignorePatterns": ["**/*{.,-}min.js"],
"env": {
"browser": true,
"es2021": true,
"node": true
},
"extends": [
"airbnb-base"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}

0 comments on commit 65111d7

Please sign in to comment.