eslint-config-seek 14.0.1 → 14.0.2
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.
- package/base.js +1 -1
- package/package.json +1 -1
package/base.js
CHANGED
|
@@ -92,7 +92,6 @@ const settings = {
|
|
|
92
92
|
};
|
|
93
93
|
|
|
94
94
|
module.exports = [
|
|
95
|
-
eslintConfigPrettier,
|
|
96
95
|
{
|
|
97
96
|
plugins: {
|
|
98
97
|
'import-x': importX,
|
|
@@ -125,6 +124,7 @@ module.exports = [
|
|
|
125
124
|
settings,
|
|
126
125
|
rules: baseRules,
|
|
127
126
|
},
|
|
127
|
+
eslintConfigPrettier,
|
|
128
128
|
...[...tseslint.configs.recommended, ...tseslint.configs.stylistic].map(
|
|
129
129
|
({ plugins, ...config }) => ({
|
|
130
130
|
...config,
|