Skip to content

Commit

Permalink
chore: Switch standard to eslint-config-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 13, 2021
1 parent 4c75c86 commit 11239d3
Show file tree
Hide file tree
Showing 6 changed files with 646 additions and 273 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/*.min.js
static/legacy/
external/
build/
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "standard"
"extends": [
"eslint:recommended",
"standard"
]
}
Loading

0 comments on commit 11239d3

Please sign in to comment.