Skip to content

Commit

Permalink
Update test eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Apr 14, 2022
1 parent e13d219 commit eed3387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/fixture/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"root": true,
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"extends": "plugin:solid/recommended",
"plugins": ["solid"],
"overrides": [{
Expand Down

0 comments on commit eed3387

Please sign in to comment.