Skip to content

Commit

Permalink
linting dependencies and config
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHirsch committed Apr 6, 2020
1 parent 11bde7d commit 9fc6f5a
Show file tree
Hide file tree
Showing 8 changed files with 1,497 additions and 269 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test/browser/build/
docs/
build/
*.ts
isorender/
8 changes: 8 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": [
"mixpanel"
],
"rules": {
"space-before-function-paren": "off"
}
}
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test/browser/build/
docs/
build/
isorender/
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": false,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all"
}
Loading

0 comments on commit 9fc6f5a

Please sign in to comment.