@so1ve/eslint-plugin 0.85.0 → 0.87.0

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/dist/index.cjs CHANGED
@@ -14,7 +14,7 @@ const functionStyle = createEslintRule({
14
14
  type: "problem",
15
15
  docs: {
16
16
  description: "Enforce function style.",
17
- recommended: "error"
17
+ recommended: "warn"
18
18
  },
19
19
  fixable: "code",
20
20
  schema: [],
@@ -169,7 +169,7 @@ const importDedupe = createEslintRule({
169
169
  type: "problem",
170
170
  docs: {
171
171
  description: "Fix duplication in imports.",
172
- recommended: "error"
172
+ recommended: "warn"
173
173
  },
174
174
  fixable: "code",
175
175
  schema: [],
@@ -217,7 +217,7 @@ const noInlineTypeImport = createEslintRule({
217
217
  type: "layout",
218
218
  docs: {
219
219
  description: "Disallow inline type import.",
220
- recommended: "error"
220
+ recommended: "warn"
221
221
  },
222
222
  fixable: "code",
223
223
  schema: [],
@@ -294,7 +294,7 @@ const noNegatedComparison = createEslintRule({
294
294
  type: "problem",
295
295
  docs: {
296
296
  description: "Disallow negated comparison.",
297
- recommended: "error"
297
+ recommended: "warn"
298
298
  },
299
299
  fixable: "code",
300
300
  schema: [],
@@ -333,7 +333,7 @@ const noUselessTemplateString = createEslintRule({
333
333
  type: "problem",
334
334
  docs: {
335
335
  description: "No useless template string.",
336
- recommended: "error"
336
+ recommended: "warn"
337
337
  },
338
338
  fixable: "code",
339
339
  schema: [],
@@ -368,7 +368,7 @@ const padAfterLastImport = createEslintRule({
368
368
  type: "problem",
369
369
  docs: {
370
370
  description: "Pad after the last import.",
371
- recommended: "error"
371
+ recommended: "warn"
372
372
  },
373
373
  fixable: "code",
374
374
  schema: [],
package/dist/index.mjs CHANGED
@@ -12,7 +12,7 @@ const functionStyle = createEslintRule({
12
12
  type: "problem",
13
13
  docs: {
14
14
  description: "Enforce function style.",
15
- recommended: "error"
15
+ recommended: "warn"
16
16
  },
17
17
  fixable: "code",
18
18
  schema: [],
@@ -167,7 +167,7 @@ const importDedupe = createEslintRule({
167
167
  type: "problem",
168
168
  docs: {
169
169
  description: "Fix duplication in imports.",
170
- recommended: "error"
170
+ recommended: "warn"
171
171
  },
172
172
  fixable: "code",
173
173
  schema: [],
@@ -215,7 +215,7 @@ const noInlineTypeImport = createEslintRule({
215
215
  type: "layout",
216
216
  docs: {
217
217
  description: "Disallow inline type import.",
218
- recommended: "error"
218
+ recommended: "warn"
219
219
  },
220
220
  fixable: "code",
221
221
  schema: [],
@@ -292,7 +292,7 @@ const noNegatedComparison = createEslintRule({
292
292
  type: "problem",
293
293
  docs: {
294
294
  description: "Disallow negated comparison.",
295
- recommended: "error"
295
+ recommended: "warn"
296
296
  },
297
297
  fixable: "code",
298
298
  schema: [],
@@ -331,7 +331,7 @@ const noUselessTemplateString = createEslintRule({
331
331
  type: "problem",
332
332
  docs: {
333
333
  description: "No useless template string.",
334
- recommended: "error"
334
+ recommended: "warn"
335
335
  },
336
336
  fixable: "code",
337
337
  schema: [],
@@ -366,7 +366,7 @@ const padAfterLastImport = createEslintRule({
366
366
  type: "problem",
367
367
  docs: {
368
368
  description: "Pad after the last import.",
369
- recommended: "error"
369
+ recommended: "warn"
370
370
  },
371
371
  fixable: "code",
372
372
  schema: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-plugin",
3
- "version": "0.85.0",
3
+ "version": "0.87.0",
4
4
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
5
5
  "contributors": [
6
6
  {