@jill64/eslint-config-ts
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -31,3 +31,6 @@ import js from '@eslint/js'; | ||
}, | ||
js.configs.recommended, | ||
{ | ||
ignores: ['**/*.{ts,tsx,cts,mts}'], | ||
...js.configs.recommended | ||
}, | ||
options?.exclude?.prettier ? {} : prettier, | ||
@@ -34,0 +37,0 @@ // @ts-expect-error workaround until upstream update |
{ | ||
"name": "@jill64/eslint-config-ts", | ||
"description": "🔹Pre-Defined ESLint Flat Config for TypeScript", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5346
62