@cenk1cenk2/eslint-config
Advanced tools
Comparing version
{ | ||
"name": "@cenk1cenk2/eslint-config", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"description": "Eslint configuration for my taste.", | ||
@@ -63,19 +63,19 @@ "main": "index.js", | ||
"dependencies": { | ||
"@eslint/js": "^9.13.0", | ||
"@stylistic/eslint-plugin": "^2.9.0", | ||
"@typescript-eslint/eslint-plugin": "^8.10.0", | ||
"@typescript-eslint/parser": "^8.10.0", | ||
"@eslint/js": "^9.14.0", | ||
"@stylistic/eslint-plugin": "^2.10.1", | ||
"@typescript-eslint/eslint-plugin": "^8.14.0", | ||
"@typescript-eslint/parser": "^8.14.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"load-tsconfig": "^0.2.5", | ||
"typescript-eslint": "^8.10.0" | ||
"typescript-eslint": "^8.14.0" | ||
}, | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.7.11", | ||
"@vue/eslint-config-typescript": "^14.1.1", | ||
"eslint": "^9.12.0", | ||
"eslint-plugin-vue": "^9.29.0", | ||
"@cenk1cenk2/cz-cc": "^1.7.12", | ||
"@vue/eslint-config-typescript": "^14.1.3", | ||
"eslint": "^9.14.0", | ||
"eslint-plugin-vue": "^9.31.0", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"simple-git-hooks": "^2.11.1", | ||
"svelte": "^5.0.0" | ||
"svelte": "^5.1.15" | ||
}, | ||
@@ -82,0 +82,0 @@ "config": { |
@@ -18,5 +18,6 @@ # @cenk1cenk2/eslint-config | ||
```javascript | ||
module.exports = { | ||
extends: ['@cenk1cenk2/eslint-config'] | ||
} | ||
import { configs, utils } from '@cenk1cenk2/eslint-config' | ||
/** @type {import("eslint").Linter.Config[]} */ | ||
export default [] | ||
``` |
Sorry, the diff of this file is too big to display
97487
0.3%23
4.55%