Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Apr 11, 2024
1 parent 9884c28 commit a54f74b
Show file tree
Hide file tree
Showing 6 changed files with 330 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ node_modules/
dist
app/styles
package.json
/templates/pilot/customer-accountapi.generated.d.ts
/templates/pilot/storefrontapi.generated.d.ts
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* @type {import("@types/eslint").Linter.BaseConfig}
*/
module.exports = {
env: {
browser: true,
Expand All @@ -15,7 +12,6 @@ module.exports = {
'no-useless-escape': 'off',
'@typescript-eslint/no-non-null-asserted-optional-chain': 'off',
'no-case-declarations': 'off',
'jest/no-deprecated-functions': 'off',
'eslint-comments/disable-enable-pair': 'off',
'prefer-const': 'off',
'no-console': 'off',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dist/**
.vscode/
.DS_Store
templates/**/package-lock.json
/.eslintcache
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@remix-run/eslint-config": "2.8.1",
"@shopify/eslint-plugin": "44.0.0",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react-dom": "18.2.22",
Expand Down
Loading

0 comments on commit a54f74b

Please sign in to comment.