Skip to content

Commit

Permalink
Implemented @eslint/css as dev dependency ↞ [auto-sync from https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 12, 2025
1 parent 8d2d126 commit 6ba13d5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chatgpt-infinity/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import js from '@eslint/js'
import globals from 'globals'
import css from '@eslint/css'
import importPlugin from 'eslint-plugin-import'
import json from '@eslint/json'
import markdown from '@eslint/markdown'
Expand Down Expand Up @@ -41,6 +42,7 @@ export default [
}
},
{ files: ['**/chatgpt.js'], languageOptions: { globals: { chatgpt: 'off' }}},
{ files: ['**/*.css'], language: 'css/css', ...css.configs.recommended },
{ files: ['**/*.json'], language: 'json/json', ...json.configs.recommended },
{
files: ['**/*.md'], language: 'markdown/commonmark', plugins: { markdown },
Expand Down
46 changes: 46 additions & 0 deletions chatgpt-infinity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions chatgpt-infinity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"bump:firefox": "bash utils/bump/extension-manifests.sh --ff"
},
"devDependencies": {
"@eslint/css": "^0.2.0",
"@eslint/json": "^0.9.0",
"@eslint/markdown": "^6.2.1",
"@stylistic/eslint-plugin-js": "^2.12.1",
Expand Down

0 comments on commit 6ba13d5

Please sign in to comment.