Skip to content

Commit

Permalink
fix: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Apr 28, 2024
1 parent ee869ae commit 46e8fbe
Show file tree
Hide file tree
Showing 127 changed files with 6,176 additions and 4,801 deletions.
5 changes: 2 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { createConfig } from '@arianrhodsandlot/eslint-config'

export default createConfig({
perfectionist: false,
append: [
{
ignores: ['src/core/classes/libretrodb', 'src/views/lib/spatial-navigation/js-spatial-navigation.ts'],
},
{ ignores: ['src/core/classes/libretrodb', 'src/views/lib/spatial-navigation/js-spatial-navigation.ts'] },
],
})
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"wouter": "3.1.0"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.8.5",
"@arianrhodsandlot/eslint-config": "0.12.2",
"@iconify/json": "2.2.195",
"@iconify/tailwind": "0.1.4",
"@playwright/test": "1.42.1",
Expand Down Expand Up @@ -81,5 +81,9 @@
"vite": "5.2.4",
"vite-plugin-pwa": "0.19.7",
"zx": "7.2.3"
}
},
"browserslist": [
"defaults",
"not op_mini all"
]
}
Loading

0 comments on commit 46e8fbe

Please sign in to comment.