Skip to content

Commit

Permalink
fix rc spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Chen authored and Eugene Chen committed Jun 24, 2021
1 parent d577326 commit 280fc7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// NOTE: Base config ran from `npx eslint --init`
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true
"browser": true,
"commonjs": true,
"es2021": true
},
"parserOptions": {
"ecmaVersion": 12
"ecmaVersion": 12
},
"rules": {
}
Expand Down

0 comments on commit 280fc7f

Please sign in to comment.