Skip to content

Commit

Permalink
chore: improve eslint rules and configuration (#689)
Browse files Browse the repository at this point in the history
Improve eslint to rules to promote best practices and uniformity across the codebase.
  • Loading branch information
nickofthyme authored Jun 8, 2020
1 parent eded2ac commit 0a91351
Show file tree
Hide file tree
Showing 679 changed files with 8,062 additions and 6,429 deletions.
19 changes: 12 additions & 7 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Force include
!/.storybook
!/.storybook-docs
!/.playground
!.storybook
!.storybook-docs
!.playground
!.*.js

# Ignore
/wiki
/node_modules
/coverage
wiki
node_modules
coverage
license_header.js

# Editor configs
/.vscode
.vscode

# Hidden directories
.git

# Compiled source
src/utils/d3-delaunay/*
Expand Down
Loading

0 comments on commit 0a91351

Please sign in to comment.