@vinicunca/eslint-config 2.0.0-beta.8 → 2.0.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 +901 -13
- package/dist/index.d.cts +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js +901 -13
- package/package.json +7 -8
package/dist/index.d.cts
CHANGED
|
@@ -102,12 +102,6 @@ interface OptionsConfig extends OptionsComponentExts {
|
|
|
102
102
|
* @default true
|
|
103
103
|
*/
|
|
104
104
|
stylistic?: boolean;
|
|
105
|
-
/**
|
|
106
|
-
* Enable sonarjs rules.
|
|
107
|
-
*
|
|
108
|
-
* @default true
|
|
109
|
-
*/
|
|
110
|
-
sonar?: boolean;
|
|
111
105
|
/**
|
|
112
106
|
* Enable react support.
|
|
113
107
|
* In This plugin, react is not supported as a first class citizen. 😎
|
package/dist/index.d.ts
CHANGED
|
@@ -102,12 +102,6 @@ interface OptionsConfig extends OptionsComponentExts {
|
|
|
102
102
|
* @default true
|
|
103
103
|
*/
|
|
104
104
|
stylistic?: boolean;
|
|
105
|
-
/**
|
|
106
|
-
* Enable sonarjs rules.
|
|
107
|
-
*
|
|
108
|
-
* @default true
|
|
109
|
-
*/
|
|
110
|
-
sonar?: boolean;
|
|
111
105
|
/**
|
|
112
106
|
* Enable react support.
|
|
113
107
|
* In This plugin, react is not supported as a first class citizen. 😎
|