@bratislava/eslint-config 0.4.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -133,8 +133,8 @@ export const disabledRules = {
133
133
  */
134
134
  export const baseConfig = [
135
135
  eslint.configs.recommended,
136
- tseslint.configs.strictTypeChecked,
137
- tseslint.configs.stylistic,
136
+ ...tseslint.configs.strictTypeChecked,
137
+ ...tseslint.configs.stylistic,
138
138
  prettier,
139
139
  simpleImportSortConfig,
140
140
  security.configs.recommended,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bratislava/eslint-config",
3
- "version": "0.4.0",
3
+ "version": "0.5.1",
4
4
  "description": "Base ESLint configuration for Bratislava projects",
5
5
  "keywords": [
6
6
  "eslint",