Browse Source

chore: update linter and style config

checks
AJ ONeal 2 years ago
parent
commit
ef7e4bb97f
No known key found for this signature in database GPG Key ID: C1D1AA22378CC345
  1. 7
      .jshintrc
  2. 8
      .prettierrc
  3. 8
      .prettierrc.json

7
.jshintrc

@ -1,4 +1,5 @@
{ "node": true
, "browser": true
, "esversion": 8
{
"node": true,
"browser": false,
"esversion": 9
}

8
.prettierrc

@ -1,8 +0,0 @@
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}

8
.prettierrc.json

@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}
Loading…
Cancel
Save