Skip to content

Commits on Source 2

## [3.0.11](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.10...v3.0.11) (2024-10-18)
### Bug Fixes
* ignore parser options ([fd1bc7d](https://gitlab.kilic.dev/config/eslint-config/commit/fd1bc7d009eb47b56e0a200b2216958a64027fbc))
## [3.0.10](https://gitlab.kilic.dev/config/eslint-config/compare/v3.0.9...v3.0.10) (2024-10-18)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "3.0.10",
"version": "3.0.11",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......
......@@ -4,7 +4,7 @@ import typescript from './typescript.js'
export default [
...typescript,
{
files: ['**/*.ts', '**/*.mjs', '**/*.cjs', '**/*.tsx', '**/*.svelte', '**/*.vue'],
files: ['**/*.ts', '**/*.tsx', '**/*.svelte', '**/*.vue'],
languageOptions: {
parserOptions: {
project: 'tsconfig.json'
......