Skip to content

Commit

Permalink
adding in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsahadeo committed Feb 21, 2024
1 parent bc35b86 commit 84ac2f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rulesets/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.js
node_modules
7 changes: 7 additions & 0 deletions rulesets/.estlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"root": true,
"extends": ["@spscommerce/eslint-config-typescript"],
"globals": {
"JSX": true
}
}

0 comments on commit 84ac2f7

Please sign in to comment.