@eslinted/defaults 13.4.1 → 14.0.0-rc.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.
- package/dist/_scope/index.d.ts +2 -0
- package/dist/_scope/index.d.ts.map +1 -0
- package/dist/{_unglob → _scope}/index.js +16 -4
- package/dist/_scope/index.js.map +1 -0
- package/dist/files/index.d.ts +3 -2
- package/dist/files/index.d.ts.map +1 -1
- package/dist/files/index.js +33 -21
- package/dist/files/index.js.map +1 -1
- package/dist/{files/css.d.ts → ignores/global.d.ts} +1 -1
- package/dist/ignores/global.d.ts.map +1 -0
- package/dist/ignores/global.js +21 -0
- package/dist/ignores/global.js.map +1 -0
- package/dist/ignores/index.d.ts +2 -1
- package/dist/ignores/index.d.ts.map +1 -1
- package/dist/ignores/index.js +16 -41
- package/dist/ignores/index.js.map +1 -1
- package/dist/index.d.ts +650 -588
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/dist/index.spec.js +5 -12
- package/dist/index.spec.js.map +1 -1
- package/dist/rules/base.d.ts +753 -0
- package/dist/rules/base.d.ts.map +1 -0
- package/dist/rules/base.eslint.d.ts +310 -0
- package/dist/rules/base.eslint.d.ts.map +1 -0
- package/dist/rules/base.eslint.js +306 -0
- package/dist/rules/base.eslint.js.map +1 -0
- package/dist/rules/base.js +7 -0
- package/dist/rules/base.js.map +1 -0
- package/dist/rules/base.stylistic.d.ts +448 -0
- package/dist/rules/base.stylistic.d.ts.map +1 -0
- package/dist/rules/{stylistic.js → base.stylistic.js} +109 -110
- package/dist/rules/base.stylistic.js.map +1 -0
- package/dist/rules/css/enable.d.ts +16 -14
- package/dist/rules/css/enable.d.ts.map +1 -1
- package/dist/rules/css/enable.js +14 -15
- package/dist/rules/css/enable.js.map +1 -1
- package/dist/rules/css/index.d.ts +13 -13
- package/dist/rules/css/index.js +1 -1
- package/dist/rules/css/index.js.map +1 -1
- package/dist/rules/html/enable.d.ts +79 -0
- package/dist/rules/html/enable.d.ts.map +1 -0
- package/dist/rules/html/enable.js +73 -0
- package/dist/rules/html/enable.js.map +1 -0
- package/dist/rules/html/index.d.ts +73 -54
- package/dist/rules/html/index.js +1 -1
- package/dist/rules/html/index.js.map +1 -1
- package/dist/rules/index.d.ts +1333 -858
- package/dist/rules/index.d.ts.map +1 -1
- package/dist/rules/index.js +3 -7
- package/dist/rules/index.js.map +1 -1
- package/dist/rules/json/enable.d.ts +9 -7
- package/dist/rules/json/enable.d.ts.map +1 -1
- package/dist/rules/json/enable.js +7 -8
- package/dist/rules/json/enable.js.map +1 -1
- package/dist/rules/json/index.d.ts +71 -56
- package/dist/rules/json/index.js +3 -3
- package/dist/rules/json/index.js.map +1 -1
- package/dist/rules/json/plugin/extension.d.ts +49 -32
- package/dist/rules/json/plugin/extension.d.ts.map +1 -1
- package/dist/rules/json/plugin/extension.js +24 -25
- package/dist/rules/json/plugin/extension.js.map +1 -1
- package/dist/rules/json/plugin/index.d.ts +24 -22
- package/dist/rules/json/plugin/index.d.ts.map +1 -1
- package/dist/rules/json/plugin/index.js +22 -23
- package/dist/rules/json/plugin/index.js.map +1 -1
- package/dist/rules/jsonc/index.d.ts +3 -3
- package/dist/rules/jsonc/index.js +1 -1
- package/dist/rules/jsonc/index.js.map +1 -1
- package/dist/rules/jsonc/override.d.ts +9 -0
- package/dist/rules/jsonc/override.d.ts.map +1 -0
- package/dist/rules/jsonc/override.js +7 -0
- package/dist/rules/jsonc/override.js.map +1 -0
- package/dist/rules/jsoncc/index.d.ts +6 -3
- package/dist/rules/jsoncc/index.js +1 -1
- package/dist/rules/jsoncc/index.js.map +1 -1
- package/dist/rules/jsoncc/override.d.ts +12 -0
- package/dist/rules/jsoncc/override.d.ts.map +1 -0
- package/dist/rules/jsoncc/override.js +10 -0
- package/dist/rules/jsoncc/override.js.map +1 -0
- package/dist/rules/mocha/chai/expect.d.ts +7 -5
- package/dist/rules/mocha/chai/expect.d.ts.map +1 -1
- package/dist/rules/mocha/chai/expect.js +6 -7
- package/dist/rules/mocha/chai/expect.js.map +1 -1
- package/dist/rules/mocha/chai/index.d.ts +11 -6
- package/dist/rules/mocha/chai/index.d.ts.map +1 -1
- package/dist/rules/mocha/chai/index.js +4 -5
- package/dist/rules/mocha/chai/index.js.map +1 -1
- package/dist/rules/mocha/disable.d.ts +7 -5
- package/dist/rules/mocha/disable.d.ts.map +1 -1
- package/dist/rules/mocha/disable.js +5 -6
- package/dist/rules/mocha/disable.js.map +1 -1
- package/dist/rules/mocha/enable.d.ts +21 -19
- package/dist/rules/mocha/enable.d.ts.map +1 -1
- package/dist/rules/mocha/enable.js +19 -20
- package/dist/rules/mocha/enable.js.map +1 -1
- package/dist/rules/mocha/index.d.ts +31 -28
- package/dist/rules/mocha/index.js +4 -4
- package/dist/rules/mocha/index.js.map +1 -1
- package/dist/rules/state.d.ts +6 -0
- package/dist/rules/state.d.ts.map +1 -0
- package/dist/rules/state.js +2 -0
- package/dist/rules/state.js.map +1 -0
- package/dist/rules/svelte/disable.d.ts +12 -10
- package/dist/rules/svelte/disable.d.ts.map +1 -1
- package/dist/rules/svelte/disable.js +10 -11
- package/dist/rules/svelte/disable.js.map +1 -1
- package/dist/rules/svelte/enable.d.ts +111 -84
- package/dist/rules/svelte/enable.d.ts.map +1 -1
- package/dist/rules/svelte/enable.js +72 -73
- package/dist/rules/svelte/enable.js.map +1 -1
- package/dist/rules/svelte/extension/disable.d.ts +8 -6
- package/dist/rules/svelte/extension/disable.d.ts.map +1 -1
- package/dist/rules/svelte/extension/disable.js +6 -7
- package/dist/rules/svelte/extension/disable.js.map +1 -1
- package/dist/rules/svelte/extension/index.d.ts +10 -5
- package/dist/rules/svelte/extension/index.d.ts.map +1 -1
- package/dist/rules/svelte/extension/index.js +6 -7
- package/dist/rules/svelte/extension/index.js.map +1 -1
- package/dist/rules/svelte/index.d.ts +126 -98
- package/dist/rules/svelte/index.js +4 -4
- package/dist/rules/svelte/index.js.map +1 -1
- package/dist/rules/ts/disable.d.ts +24 -22
- package/dist/rules/ts/disable.d.ts.map +1 -1
- package/dist/rules/ts/disable.js +22 -23
- package/dist/rules/ts/disable.js.map +1 -1
- package/dist/rules/ts/enable.d.ts +161 -123
- package/dist/rules/ts/enable.d.ts.map +1 -1
- package/dist/rules/ts/enable.js +89 -90
- package/dist/rules/ts/enable.js.map +1 -1
- package/dist/rules/ts/extension/disable.d.ts +13 -11
- package/dist/rules/ts/extension/disable.d.ts.map +1 -1
- package/dist/rules/ts/extension/disable.js +11 -12
- package/dist/rules/ts/extension/disable.js.map +1 -1
- package/dist/rules/ts/extension/index.d.ts +37 -23
- package/dist/rules/ts/extension/index.d.ts.map +1 -1
- package/dist/rules/ts/extension/index.js +10 -11
- package/dist/rules/ts/extension/index.js.map +1 -1
- package/dist/rules/ts/index.d.ts +220 -172
- package/dist/rules/ts/index.js +4 -4
- package/dist/rules/ts/index.js.map +1 -1
- package/dist/rules/yml/enable.d.ts +16 -14
- package/dist/rules/yml/enable.d.ts.map +1 -1
- package/dist/rules/yml/enable.js +14 -15
- package/dist/rules/yml/enable.js.map +1 -1
- package/dist/rules/yml/extension.d.ts +48 -22
- package/dist/rules/yml/extension.d.ts.map +1 -1
- package/dist/rules/yml/extension.js +13 -14
- package/dist/rules/yml/extension.js.map +1 -1
- package/dist/rules/yml/index.d.ts +57 -33
- package/dist/rules/yml/index.js +2 -2
- package/dist/rules/yml/index.js.map +1 -1
- package/dist/settings/index.d.ts +51 -71
- package/dist/settings/index.d.ts.map +1 -1
- package/dist/settings/index.js +21 -5
- package/dist/settings/index.js.map +1 -1
- package/dist/settings/settings/css.d.ts +2 -2
- package/dist/settings/settings/css.d.ts.map +1 -1
- package/dist/settings/settings/css.js +1 -2
- package/dist/settings/settings/css.js.map +1 -1
- package/dist/settings/settings/html.d.ts +2 -1
- package/dist/settings/settings/html.d.ts.map +1 -1
- package/dist/settings/settings/html.js +2 -2
- package/dist/settings/settings/html.js.map +1 -1
- package/dist/settings/settings/js.d.ts +2 -4
- package/dist/settings/settings/js.d.ts.map +1 -1
- package/dist/settings/settings/js.js +1 -4
- package/dist/settings/settings/js.js.map +1 -1
- package/dist/settings/settings/json.d.ts +2 -2
- package/dist/settings/settings/json.d.ts.map +1 -1
- package/dist/settings/settings/json.js +1 -2
- package/dist/settings/settings/json.js.map +1 -1
- package/dist/settings/settings/jsonc.d.ts +2 -3
- package/dist/settings/settings/jsonc.d.ts.map +1 -1
- package/dist/settings/settings/jsonc.js +1 -3
- package/dist/settings/settings/jsonc.js.map +1 -1
- package/dist/settings/settings/jsoncc.d.ts +2 -3
- package/dist/settings/settings/jsoncc.d.ts.map +1 -1
- package/dist/settings/settings/jsoncc.js +1 -3
- package/dist/settings/settings/jsoncc.js.map +1 -1
- package/dist/settings/settings/mocha.d.ts +2 -4
- package/dist/settings/settings/mocha.d.ts.map +1 -1
- package/dist/settings/settings/mocha.js +1 -4
- package/dist/settings/settings/mocha.js.map +1 -1
- package/dist/settings/settings/svelte.d.ts +2 -1
- package/dist/settings/settings/svelte.d.ts.map +1 -1
- package/dist/settings/settings/svelte.js +1 -1
- package/dist/settings/settings/svelte.js.map +1 -1
- package/dist/settings/settings/ts.d.ts +2 -1
- package/dist/settings/settings/ts.d.ts.map +1 -1
- package/dist/settings/settings/ts.js +1 -1
- package/dist/settings/settings/ts.js.map +1 -1
- package/dist/settings/settings/yml.d.ts +2 -2
- package/dist/settings/settings/yml.d.ts.map +1 -1
- package/dist/settings/settings/yml.js +1 -2
- package/dist/settings/settings/yml.js.map +1 -1
- package/package.json +1 -1
- package/src/{_unglob → _scope}/index.ts +19 -7
- package/src/files/index.ts +39 -21
- package/src/ignores/global.ts +25 -0
- package/src/ignores/index.ts +16 -45
- package/src/index.spec.ts +5 -15
- package/src/index.ts +7 -6
- package/src/rules/base.eslint.ts +387 -0
- package/src/rules/{stylistic.ts → base.stylistic.ts} +116 -131
- package/src/rules/base.ts +7 -0
- package/src/rules/css/enable.ts +18 -22
- package/src/rules/css/index.ts +1 -1
- package/src/rules/html/enable.ts +112 -0
- package/src/rules/html/index.ts +1 -1
- package/src/rules/index.ts +3 -7
- package/src/rules/json/enable.ts +10 -14
- package/src/rules/json/index.ts +3 -3
- package/src/rules/json/plugin/extension.ts +27 -33
- package/src/rules/json/plugin/index.ts +27 -31
- package/src/rules/jsonc/index.ts +1 -1
- package/src/rules/jsonc/override.ts +8 -0
- package/src/rules/jsoncc/index.ts +1 -1
- package/src/rules/jsoncc/override.ts +11 -0
- package/src/rules/mocha/chai/expect.ts +8 -12
- package/src/rules/mocha/chai/index.ts +5 -8
- package/src/rules/mocha/disable.ts +6 -9
- package/src/rules/mocha/enable.ts +28 -32
- package/src/rules/mocha/index.ts +4 -4
- package/src/rules/state.ts +5 -0
- package/src/rules/svelte/disable.ts +10 -13
- package/src/rules/svelte/enable.ts +77 -83
- package/src/rules/svelte/extension/disable.ts +6 -10
- package/src/rules/svelte/extension/index.ts +7 -11
- package/src/rules/svelte/index.ts +4 -4
- package/src/rules/ts/disable.ts +22 -25
- package/src/rules/ts/enable.ts +107 -112
- package/src/rules/ts/extension/disable.ts +27 -31
- package/src/rules/ts/extension/index.ts +28 -32
- package/src/rules/ts/index.ts +4 -4
- package/src/rules/yml/enable.ts +24 -28
- package/src/rules/yml/extension.ts +14 -18
- package/src/rules/yml/index.ts +2 -2
- package/src/settings/index.ts +21 -5
- package/src/settings/settings/css.ts +4 -5
- package/src/settings/settings/html.ts +4 -4
- package/src/settings/settings/js.ts +3 -8
- package/src/settings/settings/json.ts +2 -3
- package/src/settings/settings/jsonc.ts +2 -7
- package/src/settings/settings/jsoncc.ts +2 -7
- package/src/settings/settings/mocha.ts +2 -8
- package/src/settings/settings/svelte.ts +1 -1
- package/src/settings/settings/ts.ts +3 -3
- package/src/settings/settings/yml.ts +2 -5
- package/tsconfig.json +2 -2
- package/dist/_unglob/index.d.ts +0 -2
- package/dist/_unglob/index.d.ts.map +0 -1
- package/dist/_unglob/index.js.map +0 -1
- package/dist/_unglob/project/index.d.ts +0 -3
- package/dist/_unglob/project/index.d.ts.map +0 -1
- package/dist/_unglob/project/index.js +0 -3
- package/dist/_unglob/project/index.js.map +0 -1
- package/dist/_unglob/project/roots.d.ts +0 -2
- package/dist/_unglob/project/roots.d.ts.map +0 -1
- package/dist/_unglob/project/roots.js +0 -5
- package/dist/_unglob/project/roots.js.map +0 -1
- package/dist/_unglob/project/subroots.d.ts +0 -2
- package/dist/_unglob/project/subroots.d.ts.map +0 -1
- package/dist/_unglob/project/subroots.js +0 -10
- package/dist/_unglob/project/subroots.js.map +0 -1
- package/dist/files/css.d.ts.map +0 -1
- package/dist/files/css.js +0 -3
- package/dist/files/css.js.map +0 -1
- package/dist/files/html.d.ts +0 -3
- package/dist/files/html.d.ts.map +0 -1
- package/dist/files/html.js +0 -3
- package/dist/files/html.js.map +0 -1
- package/dist/files/js.d.ts +0 -3
- package/dist/files/js.d.ts.map +0 -1
- package/dist/files/js.js +0 -7
- package/dist/files/js.js.map +0 -1
- package/dist/files/json.d.ts +0 -3
- package/dist/files/json.d.ts.map +0 -1
- package/dist/files/json.js +0 -3
- package/dist/files/json.js.map +0 -1
- package/dist/files/jsonc.d.ts +0 -3
- package/dist/files/jsonc.d.ts.map +0 -1
- package/dist/files/jsonc.js +0 -3
- package/dist/files/jsonc.js.map +0 -1
- package/dist/files/jsoncc.d.ts +0 -3
- package/dist/files/jsoncc.d.ts.map +0 -1
- package/dist/files/jsoncc.js +0 -10
- package/dist/files/jsoncc.js.map +0 -1
- package/dist/files/mocha.d.ts +0 -3
- package/dist/files/mocha.d.ts.map +0 -1
- package/dist/files/mocha.js +0 -7
- package/dist/files/mocha.js.map +0 -1
- package/dist/files/svelte.d.ts +0 -3
- package/dist/files/svelte.d.ts.map +0 -1
- package/dist/files/svelte.js +0 -3
- package/dist/files/svelte.js.map +0 -1
- package/dist/files/ts.d.ts +0 -3
- package/dist/files/ts.d.ts.map +0 -1
- package/dist/files/ts.js +0 -7
- package/dist/files/ts.js.map +0 -1
- package/dist/files/yml.d.ts +0 -3
- package/dist/files/yml.d.ts.map +0 -1
- package/dist/files/yml.js +0 -8
- package/dist/files/yml.js.map +0 -1
- package/dist/ignores/css.d.ts +0 -3
- package/dist/ignores/css.d.ts.map +0 -1
- package/dist/ignores/css.js +0 -2
- package/dist/ignores/css.js.map +0 -1
- package/dist/ignores/html.d.ts +0 -3
- package/dist/ignores/html.d.ts.map +0 -1
- package/dist/ignores/html.js +0 -2
- package/dist/ignores/html.js.map +0 -1
- package/dist/ignores/js.d.ts +0 -3
- package/dist/ignores/js.d.ts.map +0 -1
- package/dist/ignores/js.js +0 -2
- package/dist/ignores/js.js.map +0 -1
- package/dist/ignores/json.d.ts +0 -3
- package/dist/ignores/json.d.ts.map +0 -1
- package/dist/ignores/json.js +0 -2
- package/dist/ignores/json.js.map +0 -1
- package/dist/ignores/jsonc.d.ts +0 -3
- package/dist/ignores/jsonc.d.ts.map +0 -1
- package/dist/ignores/jsonc.js +0 -2
- package/dist/ignores/jsonc.js.map +0 -1
- package/dist/ignores/jsoncc.d.ts +0 -3
- package/dist/ignores/jsoncc.d.ts.map +0 -1
- package/dist/ignores/jsoncc.js +0 -2
- package/dist/ignores/jsoncc.js.map +0 -1
- package/dist/ignores/mocha.d.ts +0 -3
- package/dist/ignores/mocha.d.ts.map +0 -1
- package/dist/ignores/mocha.js +0 -2
- package/dist/ignores/mocha.js.map +0 -1
- package/dist/ignores/svelte.d.ts +0 -3
- package/dist/ignores/svelte.d.ts.map +0 -1
- package/dist/ignores/svelte.js +0 -2
- package/dist/ignores/svelte.js.map +0 -1
- package/dist/ignores/ts.d.ts +0 -3
- package/dist/ignores/ts.d.ts.map +0 -1
- package/dist/ignores/ts.js +0 -2
- package/dist/ignores/ts.js.map +0 -1
- package/dist/ignores/yml.d.ts +0 -3
- package/dist/ignores/yml.d.ts.map +0 -1
- package/dist/ignores/yml.js +0 -2
- package/dist/ignores/yml.js.map +0 -1
- package/dist/rules/_strings/id.d.ts +0 -19
- package/dist/rules/_strings/id.d.ts.map +0 -1
- package/dist/rules/_strings/id.js +0 -19
- package/dist/rules/_strings/id.js.map +0 -1
- package/dist/rules/_strings/index.d.ts +0 -4
- package/dist/rules/_strings/index.d.ts.map +0 -1
- package/dist/rules/_strings/index.js +0 -4
- package/dist/rules/_strings/index.js.map +0 -1
- package/dist/rules/_strings/option.d.ts +0 -2
- package/dist/rules/_strings/option.d.ts.map +0 -1
- package/dist/rules/_strings/option.js +0 -2
- package/dist/rules/_strings/option.js.map +0 -1
- package/dist/rules/_strings/state.d.ts +0 -2
- package/dist/rules/_strings/state.d.ts.map +0 -1
- package/dist/rules/_strings/state.js +0 -2
- package/dist/rules/_strings/state.js.map +0 -1
- package/dist/rules/_strings/state.spec.d.ts +0 -2
- package/dist/rules/_strings/state.spec.d.ts.map +0 -1
- package/dist/rules/_strings/state.spec.js +0 -41
- package/dist/rules/_strings/state.spec.js.map +0 -1
- package/dist/rules/enable.d.ts +0 -216
- package/dist/rules/enable.d.ts.map +0 -1
- package/dist/rules/enable.js +0 -307
- package/dist/rules/enable.js.map +0 -1
- package/dist/rules/html/plugin/index.d.ts +0 -58
- package/dist/rules/html/plugin/index.d.ts.map +0 -1
- package/dist/rules/html/plugin/index.js +0 -74
- package/dist/rules/html/plugin/index.js.map +0 -1
- package/dist/rules/jsonc/plugin/index.d.ts +0 -7
- package/dist/rules/jsonc/plugin/index.d.ts.map +0 -1
- package/dist/rules/jsonc/plugin/index.js +0 -8
- package/dist/rules/jsonc/plugin/index.js.map +0 -1
- package/dist/rules/jsoncc/plugin/index.d.ts +0 -7
- package/dist/rules/jsoncc/plugin/index.d.ts.map +0 -1
- package/dist/rules/jsoncc/plugin/index.js +0 -11
- package/dist/rules/jsoncc/plugin/index.js.map +0 -1
- package/dist/rules/stylistic.d.ts +0 -206
- package/dist/rules/stylistic.d.ts.map +0 -1
- package/dist/rules/stylistic.js.map +0 -1
- package/dist/settings/base.d.ts +0 -7
- package/dist/settings/base.d.ts.map +0 -1
- package/dist/settings/base.js +0 -7
- package/dist/settings/base.js.map +0 -1
- package/dist/settings/registry.d.ts +0 -76
- package/dist/settings/registry.d.ts.map +0 -1
- package/dist/settings/registry.js +0 -23
- package/dist/settings/registry.js.map +0 -1
- package/src/_unglob/project/index.ts +0 -2
- package/src/_unglob/project/roots.ts +0 -4
- package/src/_unglob/project/subroots.ts +0 -9
- package/src/files/css.ts +0 -5
- package/src/files/html.ts +0 -5
- package/src/files/js.ts +0 -9
- package/src/files/json.ts +0 -5
- package/src/files/jsonc.ts +0 -5
- package/src/files/jsoncc.ts +0 -16
- package/src/files/mocha.ts +0 -9
- package/src/files/svelte.ts +0 -5
- package/src/files/ts.ts +0 -9
- package/src/files/yml.ts +0 -11
- package/src/ignores/css.ts +0 -1
- package/src/ignores/html.ts +0 -1
- package/src/ignores/js.ts +0 -1
- package/src/ignores/json.ts +0 -1
- package/src/ignores/jsonc.ts +0 -1
- package/src/ignores/jsoncc.ts +0 -1
- package/src/ignores/mocha.ts +0 -1
- package/src/ignores/svelte.ts +0 -1
- package/src/ignores/ts.ts +0 -1
- package/src/ignores/yml.ts +0 -1
- package/src/rules/_strings/id.ts +0 -21
- package/src/rules/_strings/index.ts +0 -3
- package/src/rules/_strings/option.ts +0 -29
- package/src/rules/_strings/state.spec.ts +0 -69
- package/src/rules/_strings/state.ts +0 -4
- package/src/rules/enable.ts +0 -396
- package/src/rules/html/plugin/index.ts +0 -115
- package/src/rules/jsonc/plugin/index.ts +0 -12
- package/src/rules/jsoncc/plugin/index.ts +0 -16
- package/src/settings/base.ts +0 -6
- package/src/settings/registry.ts +0 -23
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare const _default: {
|
|
2
|
+
settings: {
|
|
3
|
+
js: {};
|
|
4
|
+
ts: {
|
|
5
|
+
languageOptions: {
|
|
6
|
+
parser: "ts";
|
|
7
|
+
};
|
|
8
|
+
parserOptions: {
|
|
9
|
+
ecmaFeatures: {
|
|
10
|
+
globalReturn: boolean;
|
|
11
|
+
};
|
|
12
|
+
ecmaVersion: number;
|
|
13
|
+
emitDecoratorMetadata: boolean;
|
|
14
|
+
experimentalDecorators: boolean;
|
|
15
|
+
isolatedDeclarations: boolean;
|
|
16
|
+
projectService: boolean;
|
|
17
|
+
warnOnUnsupportedTypeScriptVersion: boolean;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
mocha: {};
|
|
21
|
+
svelte: {
|
|
22
|
+
languageOptions: {
|
|
23
|
+
parser: "svelte";
|
|
24
|
+
};
|
|
25
|
+
parserOptions: {
|
|
26
|
+
parser: "ts";
|
|
27
|
+
extraFileExtensions: string[];
|
|
28
|
+
};
|
|
29
|
+
processor: string;
|
|
30
|
+
};
|
|
31
|
+
html: {
|
|
32
|
+
languageOptions: {
|
|
33
|
+
parser: "html";
|
|
34
|
+
};
|
|
35
|
+
parserOptions: {
|
|
36
|
+
frontmatter: boolean;
|
|
37
|
+
};
|
|
38
|
+
language: string;
|
|
39
|
+
};
|
|
40
|
+
css: {
|
|
41
|
+
languageOptions: {
|
|
42
|
+
tolerant: boolean;
|
|
43
|
+
};
|
|
44
|
+
language: string;
|
|
45
|
+
};
|
|
46
|
+
json: {
|
|
47
|
+
languageOptions: {
|
|
48
|
+
allowTrailingCommas: boolean;
|
|
49
|
+
};
|
|
50
|
+
language: string;
|
|
51
|
+
};
|
|
52
|
+
jsonc: {
|
|
53
|
+
language: string;
|
|
54
|
+
};
|
|
55
|
+
jsoncc: {
|
|
56
|
+
language: string;
|
|
57
|
+
};
|
|
58
|
+
yml: {
|
|
59
|
+
languageOptions: {
|
|
60
|
+
parser: "yml";
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
files: {
|
|
65
|
+
js: string[];
|
|
66
|
+
ts: string[];
|
|
67
|
+
mocha: string[];
|
|
68
|
+
svelte: string[];
|
|
69
|
+
html: string[];
|
|
70
|
+
css: string[];
|
|
71
|
+
json: string[];
|
|
72
|
+
jsonc: never[];
|
|
73
|
+
jsoncc: string[];
|
|
74
|
+
yml: string[];
|
|
75
|
+
};
|
|
3
76
|
ignores: {
|
|
4
77
|
"*": string[];
|
|
5
78
|
js: never[];
|
|
@@ -13,168 +86,156 @@ export declare const defaults: {
|
|
|
13
86
|
jsoncc: never[];
|
|
14
87
|
yml: never[];
|
|
15
88
|
};
|
|
16
|
-
files: {
|
|
17
|
-
js: string[];
|
|
18
|
-
ts: string[];
|
|
19
|
-
mocha: string[];
|
|
20
|
-
svelte: string[];
|
|
21
|
-
html: string[];
|
|
22
|
-
css: string[];
|
|
23
|
-
json: string[];
|
|
24
|
-
jsonc: string[];
|
|
25
|
-
jsoncc: string[];
|
|
26
|
-
yml: string[];
|
|
27
|
-
};
|
|
28
89
|
rules: {
|
|
29
90
|
js: ({
|
|
30
|
-
id:
|
|
91
|
+
id: string;
|
|
31
92
|
rules: {
|
|
32
93
|
readonly "array-callback-return": readonly [
|
|
33
|
-
|
|
94
|
+
import("./rules/state.js").State.ON,
|
|
34
95
|
{
|
|
35
96
|
readonly checkForEach: true;
|
|
36
97
|
readonly allowVoid: true;
|
|
37
98
|
}
|
|
38
99
|
];
|
|
39
|
-
readonly "constructor-super":
|
|
40
|
-
readonly "for-direction":
|
|
41
|
-
readonly "getter-return":
|
|
42
|
-
readonly "no-async-promise-executor":
|
|
43
|
-
readonly "no-await-in-loop":
|
|
44
|
-
readonly "no-class-assign":
|
|
45
|
-
readonly "no-compare-neg-zero":
|
|
46
|
-
readonly "no-cond-assign":
|
|
47
|
-
readonly "no-const-assign":
|
|
48
|
-
readonly "no-constant-binary-expression":
|
|
100
|
+
readonly "constructor-super": import("./rules/state.js").State.ON;
|
|
101
|
+
readonly "for-direction": import("./rules/state.js").State.ON;
|
|
102
|
+
readonly "getter-return": import("./rules/state.js").State.ON;
|
|
103
|
+
readonly "no-async-promise-executor": import("./rules/state.js").State.ON;
|
|
104
|
+
readonly "no-await-in-loop": import("./rules/state.js").State.ON;
|
|
105
|
+
readonly "no-class-assign": import("./rules/state.js").State.ON;
|
|
106
|
+
readonly "no-compare-neg-zero": import("./rules/state.js").State.ON;
|
|
107
|
+
readonly "no-cond-assign": import("./rules/state.js").State.ON;
|
|
108
|
+
readonly "no-const-assign": import("./rules/state.js").State.ON;
|
|
109
|
+
readonly "no-constant-binary-expression": import("./rules/state.js").State.ON;
|
|
49
110
|
readonly "no-constant-condition": readonly [
|
|
50
|
-
|
|
111
|
+
import("./rules/state.js").State.ON,
|
|
51
112
|
{
|
|
52
113
|
readonly checkLoops: "all";
|
|
53
114
|
}
|
|
54
115
|
];
|
|
55
|
-
readonly "no-constructor-return":
|
|
56
|
-
readonly "no-control-regex":
|
|
57
|
-
readonly "no-debugger":
|
|
58
|
-
readonly "no-dupe-args":
|
|
59
|
-
readonly "no-dupe-class-members":
|
|
60
|
-
readonly "no-dupe-else-if":
|
|
61
|
-
readonly "no-dupe-keys":
|
|
62
|
-
readonly "no-duplicate-case":
|
|
116
|
+
readonly "no-constructor-return": import("./rules/state.js").State.ON;
|
|
117
|
+
readonly "no-control-regex": import("./rules/state.js").State.ON;
|
|
118
|
+
readonly "no-debugger": import("./rules/state.js").State.ON;
|
|
119
|
+
readonly "no-dupe-args": import("./rules/state.js").State.ON;
|
|
120
|
+
readonly "no-dupe-class-members": import("./rules/state.js").State.ON;
|
|
121
|
+
readonly "no-dupe-else-if": import("./rules/state.js").State.ON;
|
|
122
|
+
readonly "no-dupe-keys": import("./rules/state.js").State.ON;
|
|
123
|
+
readonly "no-duplicate-case": import("./rules/state.js").State.ON;
|
|
63
124
|
readonly "no-duplicate-imports": readonly [
|
|
64
|
-
|
|
125
|
+
import("./rules/state.js").State.ON,
|
|
65
126
|
{
|
|
66
127
|
readonly includeExports: true;
|
|
67
128
|
readonly allowSeparateTypeImports: true;
|
|
68
129
|
}
|
|
69
130
|
];
|
|
70
|
-
readonly "no-empty-character-class":
|
|
71
|
-
readonly "no-empty-pattern":
|
|
72
|
-
readonly "no-ex-assign":
|
|
73
|
-
readonly "no-fallthrough":
|
|
74
|
-
readonly "no-func-assign":
|
|
75
|
-
readonly "no-import-assign":
|
|
131
|
+
readonly "no-empty-character-class": import("./rules/state.js").State.ON;
|
|
132
|
+
readonly "no-empty-pattern": import("./rules/state.js").State.ON;
|
|
133
|
+
readonly "no-ex-assign": import("./rules/state.js").State.ON;
|
|
134
|
+
readonly "no-fallthrough": import("./rules/state.js").State.ON;
|
|
135
|
+
readonly "no-func-assign": import("./rules/state.js").State.ON;
|
|
136
|
+
readonly "no-import-assign": import("./rules/state.js").State.ON;
|
|
76
137
|
readonly "no-inner-declarations": readonly [
|
|
77
|
-
|
|
138
|
+
import("./rules/state.js").State.ON,
|
|
78
139
|
"both"
|
|
79
140
|
];
|
|
80
|
-
readonly "no-invalid-regexp":
|
|
81
|
-
readonly "no-irregular-whitespace":
|
|
82
|
-
readonly "no-loss-of-precision":
|
|
83
|
-
readonly "no-misleading-character-class":
|
|
84
|
-
readonly "no-new-native-nonconstructor":
|
|
85
|
-
readonly "no-obj-calls":
|
|
141
|
+
readonly "no-invalid-regexp": import("./rules/state.js").State.ON;
|
|
142
|
+
readonly "no-irregular-whitespace": import("./rules/state.js").State.ON;
|
|
143
|
+
readonly "no-loss-of-precision": import("./rules/state.js").State.ON;
|
|
144
|
+
readonly "no-misleading-character-class": import("./rules/state.js").State.ON;
|
|
145
|
+
readonly "no-new-native-nonconstructor": import("./rules/state.js").State.ON;
|
|
146
|
+
readonly "no-obj-calls": import("./rules/state.js").State.ON;
|
|
86
147
|
readonly "no-promise-executor-return": readonly [
|
|
87
|
-
|
|
148
|
+
import("./rules/state.js").State.ON,
|
|
88
149
|
{
|
|
89
150
|
readonly allowVoid: true;
|
|
90
151
|
}
|
|
91
152
|
];
|
|
92
|
-
readonly "no-prototype-builtins":
|
|
93
|
-
readonly "no-self-assign":
|
|
94
|
-
readonly "no-self-compare":
|
|
95
|
-
readonly "no-setter-return":
|
|
96
|
-
readonly "no-sparse-arrays":
|
|
97
|
-
readonly "no-template-curly-in-string":
|
|
98
|
-
readonly "no-this-before-super":
|
|
99
|
-
readonly "no-unassigned-vars":
|
|
100
|
-
readonly "no-undef":
|
|
101
|
-
readonly "no-unexpected-multiline":
|
|
102
|
-
readonly "no-unmodified-loop-condition":
|
|
103
|
-
readonly "no-unreachable":
|
|
104
|
-
readonly "no-unreachable-loop":
|
|
105
|
-
readonly "no-unsafe-finally":
|
|
153
|
+
readonly "no-prototype-builtins": import("./rules/state.js").State.ON;
|
|
154
|
+
readonly "no-self-assign": import("./rules/state.js").State.ON;
|
|
155
|
+
readonly "no-self-compare": import("./rules/state.js").State.ON;
|
|
156
|
+
readonly "no-setter-return": import("./rules/state.js").State.ON;
|
|
157
|
+
readonly "no-sparse-arrays": import("./rules/state.js").State.ON;
|
|
158
|
+
readonly "no-template-curly-in-string": import("./rules/state.js").State.ON;
|
|
159
|
+
readonly "no-this-before-super": import("./rules/state.js").State.ON;
|
|
160
|
+
readonly "no-unassigned-vars": import("./rules/state.js").State.ON;
|
|
161
|
+
readonly "no-undef": import("./rules/state.js").State.ON;
|
|
162
|
+
readonly "no-unexpected-multiline": import("./rules/state.js").State.ON;
|
|
163
|
+
readonly "no-unmodified-loop-condition": import("./rules/state.js").State.ON;
|
|
164
|
+
readonly "no-unreachable": import("./rules/state.js").State.ON;
|
|
165
|
+
readonly "no-unreachable-loop": import("./rules/state.js").State.ON;
|
|
166
|
+
readonly "no-unsafe-finally": import("./rules/state.js").State.ON;
|
|
106
167
|
readonly "no-unsafe-negation": readonly [
|
|
107
|
-
|
|
168
|
+
import("./rules/state.js").State.ON,
|
|
108
169
|
{
|
|
109
170
|
readonly enforceForOrderingRelations: true;
|
|
110
171
|
}
|
|
111
172
|
];
|
|
112
173
|
readonly "no-unsafe-optional-chaining": readonly [
|
|
113
|
-
|
|
174
|
+
import("./rules/state.js").State.ON,
|
|
114
175
|
{
|
|
115
176
|
readonly disallowArithmeticOperators: true;
|
|
116
177
|
}
|
|
117
178
|
];
|
|
118
|
-
readonly "no-unused-private-class-members":
|
|
119
|
-
readonly "no-unused-vars":
|
|
179
|
+
readonly "no-unused-private-class-members": import("./rules/state.js").State.ON;
|
|
180
|
+
readonly "no-unused-vars": import("./rules/state.js").State.ON;
|
|
120
181
|
readonly "no-use-before-define": readonly [
|
|
121
|
-
|
|
182
|
+
import("./rules/state.js").State.ON,
|
|
122
183
|
{
|
|
123
184
|
readonly typedefs: false;
|
|
124
185
|
}
|
|
125
186
|
];
|
|
126
|
-
readonly "no-useless-assignment":
|
|
127
|
-
readonly "no-useless-backreference":
|
|
128
|
-
readonly "require-atomic-updates":
|
|
187
|
+
readonly "no-useless-assignment": import("./rules/state.js").State.ON;
|
|
188
|
+
readonly "no-useless-backreference": import("./rules/state.js").State.ON;
|
|
189
|
+
readonly "require-atomic-updates": import("./rules/state.js").State.ON;
|
|
129
190
|
readonly "use-isnan": readonly [
|
|
130
|
-
|
|
191
|
+
import("./rules/state.js").State.ON,
|
|
131
192
|
{
|
|
132
193
|
readonly enforceForIndexOf: true;
|
|
133
194
|
}
|
|
134
195
|
];
|
|
135
196
|
readonly "valid-typeof": readonly [
|
|
136
|
-
|
|
197
|
+
import("./rules/state.js").State.ON,
|
|
137
198
|
{
|
|
138
199
|
readonly requireStringLiterals: true;
|
|
139
200
|
}
|
|
140
201
|
];
|
|
141
202
|
readonly "accessor-pairs": readonly [
|
|
142
|
-
|
|
203
|
+
import("./rules/state.js").State.ON,
|
|
143
204
|
{
|
|
144
205
|
readonly enforceForTSTypes: true;
|
|
145
206
|
}
|
|
146
207
|
];
|
|
147
|
-
readonly "arrow-body-style":
|
|
148
|
-
readonly "block-scoped-var":
|
|
149
|
-
readonly "consistent-return":
|
|
150
|
-
readonly "consistent-this":
|
|
208
|
+
readonly "arrow-body-style": import("./rules/state.js").State.ON;
|
|
209
|
+
readonly "block-scoped-var": import("./rules/state.js").State.ON;
|
|
210
|
+
readonly "consistent-return": import("./rules/state.js").State.ON;
|
|
211
|
+
readonly "consistent-this": import("./rules/state.js").State.ON;
|
|
151
212
|
readonly curly: readonly [
|
|
152
|
-
|
|
213
|
+
import("./rules/state.js").State.ON,
|
|
153
214
|
"multi"
|
|
154
215
|
];
|
|
155
|
-
readonly "default-case-last":
|
|
156
|
-
readonly "default-param-last":
|
|
157
|
-
readonly "dot-notation":
|
|
158
|
-
readonly eqeqeq:
|
|
159
|
-
readonly "init-declarations":
|
|
216
|
+
readonly "default-case-last": import("./rules/state.js").State.ON;
|
|
217
|
+
readonly "default-param-last": import("./rules/state.js").State.ON;
|
|
218
|
+
readonly "dot-notation": import("./rules/state.js").State.ON;
|
|
219
|
+
readonly eqeqeq: import("./rules/state.js").State.ON;
|
|
220
|
+
readonly "init-declarations": import("./rules/state.js").State.ON;
|
|
160
221
|
readonly "logical-assignment-operators": readonly [
|
|
161
|
-
|
|
222
|
+
import("./rules/state.js").State.ON,
|
|
162
223
|
"always",
|
|
163
224
|
{
|
|
164
225
|
readonly enforceForIfStatements: true;
|
|
165
226
|
}
|
|
166
227
|
];
|
|
167
|
-
readonly "no-alert":
|
|
168
|
-
readonly "no-array-constructor":
|
|
169
|
-
readonly "no-bitwise":
|
|
170
|
-
readonly "no-caller":
|
|
171
|
-
readonly "no-case-declarations":
|
|
172
|
-
readonly "no-continue":
|
|
173
|
-
readonly "no-delete-var":
|
|
174
|
-
readonly "no-div-regex":
|
|
175
|
-
readonly "no-empty":
|
|
228
|
+
readonly "no-alert": import("./rules/state.js").State.ON;
|
|
229
|
+
readonly "no-array-constructor": import("./rules/state.js").State.ON;
|
|
230
|
+
readonly "no-bitwise": import("./rules/state.js").State.ON;
|
|
231
|
+
readonly "no-caller": import("./rules/state.js").State.ON;
|
|
232
|
+
readonly "no-case-declarations": import("./rules/state.js").State.ON;
|
|
233
|
+
readonly "no-continue": import("./rules/state.js").State.ON;
|
|
234
|
+
readonly "no-delete-var": import("./rules/state.js").State.ON;
|
|
235
|
+
readonly "no-div-regex": import("./rules/state.js").State.ON;
|
|
236
|
+
readonly "no-empty": import("./rules/state.js").State.ON;
|
|
176
237
|
readonly "no-empty-function": readonly [
|
|
177
|
-
|
|
238
|
+
import("./rules/state.js").State.ON,
|
|
178
239
|
{
|
|
179
240
|
readonly allow: readonly [
|
|
180
241
|
"constructors",
|
|
@@ -185,98 +246,98 @@ export declare const defaults: {
|
|
|
185
246
|
];
|
|
186
247
|
}
|
|
187
248
|
];
|
|
188
|
-
readonly "no-empty-static-block":
|
|
189
|
-
readonly "no-eq-null":
|
|
190
|
-
readonly "no-eval":
|
|
191
|
-
readonly "no-extend-native":
|
|
192
|
-
readonly "no-extra-bind":
|
|
249
|
+
readonly "no-empty-static-block": import("./rules/state.js").State.ON;
|
|
250
|
+
readonly "no-eq-null": import("./rules/state.js").State.ON;
|
|
251
|
+
readonly "no-eval": import("./rules/state.js").State.ON;
|
|
252
|
+
readonly "no-extend-native": import("./rules/state.js").State.ON;
|
|
253
|
+
readonly "no-extra-bind": import("./rules/state.js").State.ON;
|
|
193
254
|
readonly "no-extra-boolean-cast": readonly [
|
|
194
|
-
|
|
255
|
+
import("./rules/state.js").State.ON,
|
|
195
256
|
{
|
|
196
257
|
readonly enforceForLogicalOperands: true;
|
|
197
258
|
}
|
|
198
259
|
];
|
|
199
|
-
readonly "no-extra-label":
|
|
200
|
-
readonly "no-global-assign":
|
|
260
|
+
readonly "no-extra-label": import("./rules/state.js").State.ON;
|
|
261
|
+
readonly "no-global-assign": import("./rules/state.js").State.ON;
|
|
201
262
|
readonly "no-implicit-coercion": readonly [
|
|
202
|
-
|
|
263
|
+
import("./rules/state.js").State.ON,
|
|
203
264
|
{
|
|
204
265
|
readonly disallowTemplateShorthand: true;
|
|
205
266
|
}
|
|
206
267
|
];
|
|
207
|
-
readonly "no-implied-eval":
|
|
268
|
+
readonly "no-implied-eval": import("./rules/state.js").State.ON;
|
|
208
269
|
readonly "no-invalid-this": readonly [
|
|
209
|
-
|
|
270
|
+
import("./rules/state.js").State.ON,
|
|
210
271
|
{
|
|
211
272
|
readonly capIsConstructor: false;
|
|
212
273
|
}
|
|
213
274
|
];
|
|
214
|
-
readonly "no-iterator":
|
|
215
|
-
readonly "no-label-var":
|
|
216
|
-
readonly "no-lone-blocks":
|
|
217
|
-
readonly "no-loop-func":
|
|
218
|
-
readonly "no-multi-assign":
|
|
219
|
-
readonly "no-multi-str":
|
|
220
|
-
readonly "no-new":
|
|
221
|
-
readonly "no-new-func":
|
|
222
|
-
readonly "no-new-wrappers":
|
|
223
|
-
readonly "no-nonoctal-decimal-escape":
|
|
224
|
-
readonly "no-object-constructor":
|
|
225
|
-
readonly "no-octal":
|
|
226
|
-
readonly "no-octal-escape":
|
|
275
|
+
readonly "no-iterator": import("./rules/state.js").State.ON;
|
|
276
|
+
readonly "no-label-var": import("./rules/state.js").State.ON;
|
|
277
|
+
readonly "no-lone-blocks": import("./rules/state.js").State.ON;
|
|
278
|
+
readonly "no-loop-func": import("./rules/state.js").State.ON;
|
|
279
|
+
readonly "no-multi-assign": import("./rules/state.js").State.ON;
|
|
280
|
+
readonly "no-multi-str": import("./rules/state.js").State.ON;
|
|
281
|
+
readonly "no-new": import("./rules/state.js").State.ON;
|
|
282
|
+
readonly "no-new-func": import("./rules/state.js").State.ON;
|
|
283
|
+
readonly "no-new-wrappers": import("./rules/state.js").State.ON;
|
|
284
|
+
readonly "no-nonoctal-decimal-escape": import("./rules/state.js").State.ON;
|
|
285
|
+
readonly "no-object-constructor": import("./rules/state.js").State.ON;
|
|
286
|
+
readonly "no-octal": import("./rules/state.js").State.ON;
|
|
287
|
+
readonly "no-octal-escape": import("./rules/state.js").State.ON;
|
|
227
288
|
readonly "no-param-reassign": readonly [
|
|
228
|
-
|
|
289
|
+
import("./rules/state.js").State.ON,
|
|
229
290
|
{
|
|
230
291
|
readonly props: true;
|
|
231
292
|
}
|
|
232
293
|
];
|
|
233
294
|
readonly "no-plusplus": readonly [
|
|
234
|
-
|
|
295
|
+
import("./rules/state.js").State.ON,
|
|
235
296
|
{
|
|
236
297
|
readonly allowForLoopAfterthoughts: true;
|
|
237
298
|
}
|
|
238
299
|
];
|
|
239
|
-
readonly "no-proto":
|
|
240
|
-
readonly "no-script-url":
|
|
241
|
-
readonly "no-sequences":
|
|
242
|
-
readonly "no-shadow-restricted-names":
|
|
243
|
-
readonly "no-throw-literal":
|
|
244
|
-
readonly "no-undef-init":
|
|
245
|
-
readonly "no-unneeded-ternary":
|
|
300
|
+
readonly "no-proto": import("./rules/state.js").State.ON;
|
|
301
|
+
readonly "no-script-url": import("./rules/state.js").State.ON;
|
|
302
|
+
readonly "no-sequences": import("./rules/state.js").State.ON;
|
|
303
|
+
readonly "no-shadow-restricted-names": import("./rules/state.js").State.ON;
|
|
304
|
+
readonly "no-throw-literal": import("./rules/state.js").State.ON;
|
|
305
|
+
readonly "no-undef-init": import("./rules/state.js").State.ON;
|
|
306
|
+
readonly "no-unneeded-ternary": import("./rules/state.js").State.ON;
|
|
246
307
|
readonly "no-unused-expressions": readonly [
|
|
247
|
-
|
|
308
|
+
import("./rules/state.js").State.ON,
|
|
248
309
|
{
|
|
249
310
|
readonly allowShortCircuit: true;
|
|
250
311
|
readonly allowTernary: true;
|
|
251
312
|
}
|
|
252
313
|
];
|
|
253
|
-
readonly "no-unused-labels":
|
|
254
|
-
readonly "no-useless-call":
|
|
255
|
-
readonly "no-useless-catch":
|
|
256
|
-
readonly "no-useless-computed-key":
|
|
257
|
-
readonly "no-useless-concat":
|
|
258
|
-
readonly "no-useless-constructor":
|
|
314
|
+
readonly "no-unused-labels": import("./rules/state.js").State.ON;
|
|
315
|
+
readonly "no-useless-call": import("./rules/state.js").State.ON;
|
|
316
|
+
readonly "no-useless-catch": import("./rules/state.js").State.ON;
|
|
317
|
+
readonly "no-useless-computed-key": import("./rules/state.js").State.ON;
|
|
318
|
+
readonly "no-useless-concat": import("./rules/state.js").State.ON;
|
|
319
|
+
readonly "no-useless-constructor": import("./rules/state.js").State.ON;
|
|
259
320
|
readonly "no-useless-escape": readonly [
|
|
260
|
-
|
|
321
|
+
import("./rules/state.js").State.ON,
|
|
261
322
|
{
|
|
262
323
|
readonly allowRegexCharacters: readonly [
|
|
263
324
|
"-"
|
|
264
325
|
];
|
|
265
326
|
}
|
|
266
327
|
];
|
|
267
|
-
readonly "no-useless-rename":
|
|
268
|
-
readonly "no-useless-return":
|
|
269
|
-
readonly "no-var":
|
|
328
|
+
readonly "no-useless-rename": import("./rules/state.js").State.ON;
|
|
329
|
+
readonly "no-useless-return": import("./rules/state.js").State.ON;
|
|
330
|
+
readonly "no-var": import("./rules/state.js").State.ON;
|
|
270
331
|
readonly "no-void": readonly [
|
|
271
|
-
|
|
332
|
+
import("./rules/state.js").State.ON,
|
|
272
333
|
{
|
|
273
334
|
readonly allowAsStatement: true;
|
|
274
335
|
}
|
|
275
336
|
];
|
|
276
|
-
readonly "no-with":
|
|
277
|
-
readonly "object-shorthand":
|
|
337
|
+
readonly "no-with": import("./rules/state.js").State.ON;
|
|
338
|
+
readonly "object-shorthand": import("./rules/state.js").State.ON;
|
|
278
339
|
readonly "one-var": readonly [
|
|
279
|
-
|
|
340
|
+
import("./rules/state.js").State.ON,
|
|
280
341
|
{
|
|
281
342
|
readonly var: "consecutive";
|
|
282
343
|
readonly let: "consecutive";
|
|
@@ -286,16 +347,16 @@ export declare const defaults: {
|
|
|
286
347
|
readonly separateRequires: true;
|
|
287
348
|
}
|
|
288
349
|
];
|
|
289
|
-
readonly "operator-assignment":
|
|
290
|
-
readonly "prefer-arrow-callback":
|
|
350
|
+
readonly "operator-assignment": import("./rules/state.js").State.ON;
|
|
351
|
+
readonly "prefer-arrow-callback": import("./rules/state.js").State.ON;
|
|
291
352
|
readonly "prefer-const": readonly [
|
|
292
|
-
|
|
353
|
+
import("./rules/state.js").State.ON,
|
|
293
354
|
{
|
|
294
355
|
readonly destructuring: "all";
|
|
295
356
|
}
|
|
296
357
|
];
|
|
297
358
|
readonly "prefer-destructuring": readonly [
|
|
298
|
-
|
|
359
|
+
import("./rules/state.js").State.ON,
|
|
299
360
|
{
|
|
300
361
|
readonly AssignmentExpression: {
|
|
301
362
|
readonly array: false;
|
|
@@ -303,42 +364,42 @@ export declare const defaults: {
|
|
|
303
364
|
};
|
|
304
365
|
}
|
|
305
366
|
];
|
|
306
|
-
readonly "prefer-exponentiation-operator":
|
|
307
|
-
readonly "prefer-numeric-literals":
|
|
308
|
-
readonly "prefer-object-has-own":
|
|
309
|
-
readonly "prefer-object-spread":
|
|
310
|
-
readonly "prefer-promise-reject-errors":
|
|
367
|
+
readonly "prefer-exponentiation-operator": import("./rules/state.js").State.ON;
|
|
368
|
+
readonly "prefer-numeric-literals": import("./rules/state.js").State.ON;
|
|
369
|
+
readonly "prefer-object-has-own": import("./rules/state.js").State.ON;
|
|
370
|
+
readonly "prefer-object-spread": import("./rules/state.js").State.ON;
|
|
371
|
+
readonly "prefer-promise-reject-errors": import("./rules/state.js").State.ON;
|
|
311
372
|
readonly "prefer-regex-literals": readonly [
|
|
312
|
-
|
|
373
|
+
import("./rules/state.js").State.ON,
|
|
313
374
|
{
|
|
314
375
|
readonly disallowRedundantWrapping: true;
|
|
315
376
|
}
|
|
316
377
|
];
|
|
317
|
-
readonly "prefer-rest-params":
|
|
318
|
-
readonly "prefer-spread":
|
|
378
|
+
readonly "prefer-rest-params": import("./rules/state.js").State.ON;
|
|
379
|
+
readonly "prefer-spread": import("./rules/state.js").State.ON;
|
|
319
380
|
readonly "preserve-caught-error": readonly [
|
|
320
|
-
|
|
381
|
+
import("./rules/state.js").State.ON,
|
|
321
382
|
{
|
|
322
383
|
readonly requireCatchParameter: true;
|
|
323
384
|
}
|
|
324
385
|
];
|
|
325
386
|
readonly radix: readonly [
|
|
326
|
-
|
|
387
|
+
import("./rules/state.js").State.ON,
|
|
327
388
|
"as-needed"
|
|
328
389
|
];
|
|
329
|
-
readonly "require-await":
|
|
330
|
-
readonly "require-unicode-regexp":
|
|
331
|
-
readonly "require-yield":
|
|
332
|
-
readonly "vars-on-top":
|
|
333
|
-
readonly yoda:
|
|
390
|
+
readonly "require-await": import("./rules/state.js").State.ON;
|
|
391
|
+
readonly "require-unicode-regexp": import("./rules/state.js").State.ON;
|
|
392
|
+
readonly "require-yield": import("./rules/state.js").State.ON;
|
|
393
|
+
readonly "vars-on-top": import("./rules/state.js").State.ON;
|
|
394
|
+
readonly yoda: import("./rules/state.js").State.ON;
|
|
334
395
|
};
|
|
335
396
|
} | {
|
|
336
|
-
id:
|
|
397
|
+
id: string;
|
|
337
398
|
rules: {
|
|
338
|
-
readonly "@stylistic/array-bracket-newline":
|
|
339
|
-
readonly "@stylistic/array-bracket-spacing":
|
|
399
|
+
readonly "@stylistic/array-bracket-newline": import("./rules/state.js").State.ON;
|
|
400
|
+
readonly "@stylistic/array-bracket-spacing": import("./rules/state.js").State.ON;
|
|
340
401
|
readonly "@stylistic/array-element-newline": readonly [
|
|
341
|
-
|
|
402
|
+
import("./rules/state.js").State.ON,
|
|
342
403
|
{
|
|
343
404
|
readonly consistent: true;
|
|
344
405
|
readonly multiline: true;
|
|
@@ -346,44 +407,44 @@ export declare const defaults: {
|
|
|
346
407
|
}
|
|
347
408
|
];
|
|
348
409
|
readonly "@stylistic/arrow-parens": readonly [
|
|
349
|
-
|
|
410
|
+
import("./rules/state.js").State.ON,
|
|
350
411
|
"as-needed"
|
|
351
412
|
];
|
|
352
|
-
readonly "@stylistic/arrow-spacing":
|
|
353
|
-
readonly "@stylistic/block-spacing":
|
|
413
|
+
readonly "@stylistic/arrow-spacing": import("./rules/state.js").State.ON;
|
|
414
|
+
readonly "@stylistic/block-spacing": import("./rules/state.js").State.ON;
|
|
354
415
|
readonly "@stylistic/brace-style": readonly [
|
|
355
|
-
|
|
416
|
+
import("./rules/state.js").State.ON,
|
|
356
417
|
"stroustrup",
|
|
357
418
|
{
|
|
358
419
|
readonly allowSingleLine: true;
|
|
359
420
|
}
|
|
360
421
|
];
|
|
361
422
|
readonly "@stylistic/comma-dangle": readonly [
|
|
362
|
-
|
|
423
|
+
import("./rules/state.js").State.ON,
|
|
363
424
|
"always-multiline"
|
|
364
425
|
];
|
|
365
|
-
readonly "@stylistic/comma-spacing":
|
|
366
|
-
readonly "@stylistic/comma-style":
|
|
367
|
-
readonly "@stylistic/computed-property-spacing":
|
|
368
|
-
readonly "@stylistic/curly-newline":
|
|
426
|
+
readonly "@stylistic/comma-spacing": import("./rules/state.js").State.ON;
|
|
427
|
+
readonly "@stylistic/comma-style": import("./rules/state.js").State.ON;
|
|
428
|
+
readonly "@stylistic/computed-property-spacing": import("./rules/state.js").State.ON;
|
|
429
|
+
readonly "@stylistic/curly-newline": import("./rules/state.js").State.ON;
|
|
369
430
|
readonly "@stylistic/dot-location": readonly [
|
|
370
|
-
|
|
431
|
+
import("./rules/state.js").State.ON,
|
|
371
432
|
"property"
|
|
372
433
|
];
|
|
373
|
-
readonly "@stylistic/eol-last":
|
|
434
|
+
readonly "@stylistic/eol-last": import("./rules/state.js").State.ON;
|
|
374
435
|
readonly "@stylistic/function-call-argument-newline": readonly [
|
|
375
|
-
|
|
436
|
+
import("./rules/state.js").State.ON,
|
|
376
437
|
"consistent"
|
|
377
438
|
];
|
|
378
|
-
readonly "@stylistic/function-call-spacing":
|
|
439
|
+
readonly "@stylistic/function-call-spacing": import("./rules/state.js").State.ON;
|
|
379
440
|
readonly "@stylistic/function-paren-newline": readonly [
|
|
380
|
-
|
|
441
|
+
import("./rules/state.js").State.ON,
|
|
381
442
|
"multiline-arguments"
|
|
382
443
|
];
|
|
383
|
-
readonly "@stylistic/generator-star-spacing":
|
|
384
|
-
readonly "@stylistic/implicit-arrow-linebreak":
|
|
444
|
+
readonly "@stylistic/generator-star-spacing": import("./rules/state.js").State.ON;
|
|
445
|
+
readonly "@stylistic/implicit-arrow-linebreak": import("./rules/state.js").State.ON;
|
|
385
446
|
readonly "@stylistic/indent": readonly [
|
|
386
|
-
|
|
447
|
+
import("./rules/state.js").State.ON,
|
|
387
448
|
2,
|
|
388
449
|
{
|
|
389
450
|
readonly assignmentOperator: 0;
|
|
@@ -397,13 +458,13 @@ export declare const defaults: {
|
|
|
397
458
|
}
|
|
398
459
|
];
|
|
399
460
|
readonly "@stylistic/indent-binary-ops": readonly [
|
|
400
|
-
|
|
461
|
+
import("./rules/state.js").State.ON,
|
|
401
462
|
2
|
|
402
463
|
];
|
|
403
|
-
readonly "@stylistic/key-spacing":
|
|
404
|
-
readonly "@stylistic/keyword-spacing":
|
|
464
|
+
readonly "@stylistic/key-spacing": import("./rules/state.js").State.ON;
|
|
465
|
+
readonly "@stylistic/keyword-spacing": import("./rules/state.js").State.ON;
|
|
405
466
|
readonly "@stylistic/lines-between-class-members": readonly [
|
|
406
|
-
|
|
467
|
+
import("./rules/state.js").State.ON,
|
|
407
468
|
{
|
|
408
469
|
readonly enforce: readonly [
|
|
409
470
|
{
|
|
@@ -425,7 +486,7 @@ export declare const defaults: {
|
|
|
425
486
|
}
|
|
426
487
|
];
|
|
427
488
|
readonly "@stylistic/max-len": readonly [
|
|
428
|
-
|
|
489
|
+
import("./rules/state.js").State.ON,
|
|
429
490
|
{
|
|
430
491
|
readonly code: 300;
|
|
431
492
|
readonly ignoreComments: true;
|
|
@@ -436,19 +497,19 @@ export declare const defaults: {
|
|
|
436
497
|
readonly ignoreRegExpLiterals: true;
|
|
437
498
|
}
|
|
438
499
|
];
|
|
439
|
-
readonly "@stylistic/max-statements-per-line":
|
|
440
|
-
readonly "@stylistic/member-delimiter-style":
|
|
500
|
+
readonly "@stylistic/max-statements-per-line": import("./rules/state.js").State.ON;
|
|
501
|
+
readonly "@stylistic/member-delimiter-style": import("./rules/state.js").State.ON;
|
|
441
502
|
readonly "@stylistic/multiline-ternary": readonly [
|
|
442
|
-
|
|
503
|
+
import("./rules/state.js").State.ON,
|
|
443
504
|
"always-multiline"
|
|
444
505
|
];
|
|
445
|
-
readonly "@stylistic/newline-per-chained-call":
|
|
446
|
-
readonly "@stylistic/no-extra-parens":
|
|
447
|
-
readonly "@stylistic/no-extra-semi":
|
|
448
|
-
readonly "@stylistic/no-floating-decimal":
|
|
449
|
-
readonly "@stylistic/no-mixed-spaces-and-tabs":
|
|
506
|
+
readonly "@stylistic/newline-per-chained-call": import("./rules/state.js").State.ON;
|
|
507
|
+
readonly "@stylistic/no-extra-parens": import("./rules/state.js").State.ON;
|
|
508
|
+
readonly "@stylistic/no-extra-semi": import("./rules/state.js").State.ON;
|
|
509
|
+
readonly "@stylistic/no-floating-decimal": import("./rules/state.js").State.ON;
|
|
510
|
+
readonly "@stylistic/no-mixed-spaces-and-tabs": import("./rules/state.js").State.ON;
|
|
450
511
|
readonly "@stylistic/no-multi-spaces": readonly [
|
|
451
|
-
|
|
512
|
+
import("./rules/state.js").State.ON,
|
|
452
513
|
{
|
|
453
514
|
readonly exceptions: {
|
|
454
515
|
readonly Property: false;
|
|
@@ -457,22 +518,22 @@ export declare const defaults: {
|
|
|
457
518
|
}
|
|
458
519
|
];
|
|
459
520
|
readonly "@stylistic/no-multiple-empty-lines": readonly [
|
|
460
|
-
|
|
521
|
+
import("./rules/state.js").State.ON,
|
|
461
522
|
{
|
|
462
523
|
readonly max: 1;
|
|
463
524
|
readonly maxBOF: 0;
|
|
464
525
|
readonly maxEOF: 0;
|
|
465
526
|
}
|
|
466
527
|
];
|
|
467
|
-
readonly "@stylistic/no-tabs":
|
|
468
|
-
readonly "@stylistic/no-trailing-spaces":
|
|
469
|
-
readonly "@stylistic/no-whitespace-before-property":
|
|
528
|
+
readonly "@stylistic/no-tabs": import("./rules/state.js").State.ON;
|
|
529
|
+
readonly "@stylistic/no-trailing-spaces": import("./rules/state.js").State.ON;
|
|
530
|
+
readonly "@stylistic/no-whitespace-before-property": import("./rules/state.js").State.ON;
|
|
470
531
|
readonly "@stylistic/nonblock-statement-body-position": readonly [
|
|
471
|
-
|
|
532
|
+
import("./rules/state.js").State.ON,
|
|
472
533
|
"below"
|
|
473
534
|
];
|
|
474
535
|
readonly "@stylistic/object-curly-newline": readonly [
|
|
475
|
-
|
|
536
|
+
import("./rules/state.js").State.ON,
|
|
476
537
|
{
|
|
477
538
|
readonly consistent: true;
|
|
478
539
|
readonly multiline: true;
|
|
@@ -480,27 +541,27 @@ export declare const defaults: {
|
|
|
480
541
|
}
|
|
481
542
|
];
|
|
482
543
|
readonly "@stylistic/object-curly-spacing": readonly [
|
|
483
|
-
|
|
544
|
+
import("./rules/state.js").State.ON,
|
|
484
545
|
"always"
|
|
485
546
|
];
|
|
486
|
-
readonly "@stylistic/object-property-newline":
|
|
547
|
+
readonly "@stylistic/object-property-newline": import("./rules/state.js").State.ON;
|
|
487
548
|
readonly "@stylistic/one-var-declaration-per-line": readonly [
|
|
488
|
-
|
|
549
|
+
import("./rules/state.js").State.ON,
|
|
489
550
|
"always"
|
|
490
551
|
];
|
|
491
552
|
readonly "@stylistic/operator-linebreak": readonly [
|
|
492
|
-
|
|
553
|
+
import("./rules/state.js").State.ON,
|
|
493
554
|
"before"
|
|
494
555
|
];
|
|
495
556
|
readonly "@stylistic/padded-blocks": readonly [
|
|
496
|
-
|
|
557
|
+
import("./rules/state.js").State.ON,
|
|
497
558
|
"never",
|
|
498
559
|
{
|
|
499
560
|
readonly allowSingleLineBlocks: true;
|
|
500
561
|
}
|
|
501
562
|
];
|
|
502
563
|
readonly "@stylistic/padding-line-between-statements": readonly [
|
|
503
|
-
|
|
564
|
+
import("./rules/state.js").State.WARN,
|
|
504
565
|
{
|
|
505
566
|
readonly blankLine: "never";
|
|
506
567
|
readonly prev: readonly [
|
|
@@ -685,36 +746,36 @@ export declare const defaults: {
|
|
|
685
746
|
}
|
|
686
747
|
];
|
|
687
748
|
readonly "@stylistic/quote-props": readonly [
|
|
688
|
-
|
|
749
|
+
import("./rules/state.js").State.ON,
|
|
689
750
|
"as-needed",
|
|
690
751
|
{
|
|
691
752
|
readonly keywords: true;
|
|
692
753
|
}
|
|
693
754
|
];
|
|
694
755
|
readonly "@stylistic/quotes": readonly [
|
|
695
|
-
|
|
756
|
+
import("./rules/state.js").State.ON,
|
|
696
757
|
"double",
|
|
697
758
|
{
|
|
698
759
|
readonly avoidEscape: true;
|
|
699
760
|
readonly allowTemplateLiterals: "always";
|
|
700
761
|
}
|
|
701
762
|
];
|
|
702
|
-
readonly "@stylistic/rest-spread-spacing":
|
|
703
|
-
readonly "@stylistic/semi":
|
|
704
|
-
readonly "@stylistic/semi-spacing":
|
|
705
|
-
readonly "@stylistic/semi-style":
|
|
706
|
-
readonly "@stylistic/space-before-blocks":
|
|
763
|
+
readonly "@stylistic/rest-spread-spacing": import("./rules/state.js").State.ON;
|
|
764
|
+
readonly "@stylistic/semi": import("./rules/state.js").State.ON;
|
|
765
|
+
readonly "@stylistic/semi-spacing": import("./rules/state.js").State.ON;
|
|
766
|
+
readonly "@stylistic/semi-style": import("./rules/state.js").State.ON;
|
|
767
|
+
readonly "@stylistic/space-before-blocks": import("./rules/state.js").State.ON;
|
|
707
768
|
readonly "@stylistic/space-before-function-paren": readonly [
|
|
708
|
-
|
|
769
|
+
import("./rules/state.js").State.ON,
|
|
709
770
|
{
|
|
710
771
|
readonly named: "never";
|
|
711
772
|
}
|
|
712
773
|
];
|
|
713
|
-
readonly "@stylistic/space-in-parens":
|
|
714
|
-
readonly "@stylistic/space-infix-ops":
|
|
715
|
-
readonly "@stylistic/space-unary-ops":
|
|
774
|
+
readonly "@stylistic/space-in-parens": import("./rules/state.js").State.ON;
|
|
775
|
+
readonly "@stylistic/space-infix-ops": import("./rules/state.js").State.ON;
|
|
776
|
+
readonly "@stylistic/space-unary-ops": import("./rules/state.js").State.ON;
|
|
716
777
|
readonly "@stylistic/spaced-comment": readonly [
|
|
717
|
-
|
|
778
|
+
import("./rules/state.js").State.ON,
|
|
718
779
|
"always",
|
|
719
780
|
{
|
|
720
781
|
readonly line: {
|
|
@@ -748,11 +809,11 @@ export declare const defaults: {
|
|
|
748
809
|
};
|
|
749
810
|
}
|
|
750
811
|
];
|
|
751
|
-
readonly "@stylistic/switch-colon-spacing":
|
|
752
|
-
readonly "@stylistic/template-curly-spacing":
|
|
753
|
-
readonly "@stylistic/template-tag-spacing":
|
|
812
|
+
readonly "@stylistic/switch-colon-spacing": import("./rules/state.js").State.ON;
|
|
813
|
+
readonly "@stylistic/template-curly-spacing": import("./rules/state.js").State.ON;
|
|
814
|
+
readonly "@stylistic/template-tag-spacing": import("./rules/state.js").State.ON;
|
|
754
815
|
readonly "@stylistic/type-annotation-spacing": readonly [
|
|
755
|
-
|
|
816
|
+
import("./rules/state.js").State.ON,
|
|
756
817
|
{
|
|
757
818
|
readonly before: true;
|
|
758
819
|
readonly after: true;
|
|
@@ -764,74 +825,74 @@ export declare const defaults: {
|
|
|
764
825
|
};
|
|
765
826
|
}
|
|
766
827
|
];
|
|
767
|
-
readonly "@stylistic/type-generic-spacing":
|
|
768
|
-
readonly "@stylistic/type-named-tuple-spacing":
|
|
828
|
+
readonly "@stylistic/type-generic-spacing": import("./rules/state.js").State.ON;
|
|
829
|
+
readonly "@stylistic/type-named-tuple-spacing": import("./rules/state.js").State.ON;
|
|
769
830
|
readonly "@stylistic/wrap-iife": readonly [
|
|
770
|
-
|
|
831
|
+
import("./rules/state.js").State.ON,
|
|
771
832
|
"inside",
|
|
772
833
|
{
|
|
773
834
|
readonly functionPrototypeMethods: true;
|
|
774
835
|
}
|
|
775
836
|
];
|
|
776
|
-
readonly "@stylistic/wrap-regex":
|
|
777
|
-
readonly "@stylistic/yield-star-spacing":
|
|
837
|
+
readonly "@stylistic/wrap-regex": import("./rules/state.js").State.ON;
|
|
838
|
+
readonly "@stylistic/yield-star-spacing": import("./rules/state.js").State.ON;
|
|
778
839
|
};
|
|
779
840
|
})[];
|
|
780
841
|
ts: ({
|
|
781
|
-
id:
|
|
842
|
+
id: string;
|
|
782
843
|
rules: {
|
|
783
|
-
readonly "consistent-return":
|
|
784
|
-
readonly "constructor-super":
|
|
785
|
-
readonly "getter-return":
|
|
786
|
-
readonly "no-class-assign":
|
|
787
|
-
readonly "no-const-assign":
|
|
788
|
-
readonly "no-dupe-args":
|
|
789
|
-
readonly "no-dupe-class-members":
|
|
790
|
-
readonly "no-dupe-keys":
|
|
791
|
-
readonly "no-func-assign":
|
|
792
|
-
readonly "no-import-assign":
|
|
793
|
-
readonly "no-invalid-this":
|
|
794
|
-
readonly "no-new-native-nonconstructor":
|
|
795
|
-
readonly "no-obj-calls":
|
|
796
|
-
readonly "no-redeclare":
|
|
797
|
-
readonly "no-setter-return":
|
|
798
|
-
readonly "no-this-before-super":
|
|
799
|
-
readonly "no-undef":
|
|
800
|
-
readonly "no-unreachable":
|
|
801
|
-
readonly "no-unsafe-negation":
|
|
844
|
+
readonly "consistent-return": import("./rules/state.js").State.OFF;
|
|
845
|
+
readonly "constructor-super": import("./rules/state.js").State.OFF;
|
|
846
|
+
readonly "getter-return": import("./rules/state.js").State.OFF;
|
|
847
|
+
readonly "no-class-assign": import("./rules/state.js").State.OFF;
|
|
848
|
+
readonly "no-const-assign": import("./rules/state.js").State.OFF;
|
|
849
|
+
readonly "no-dupe-args": import("./rules/state.js").State.OFF;
|
|
850
|
+
readonly "no-dupe-class-members": import("./rules/state.js").State.OFF;
|
|
851
|
+
readonly "no-dupe-keys": import("./rules/state.js").State.OFF;
|
|
852
|
+
readonly "no-func-assign": import("./rules/state.js").State.OFF;
|
|
853
|
+
readonly "no-import-assign": import("./rules/state.js").State.OFF;
|
|
854
|
+
readonly "no-invalid-this": import("./rules/state.js").State.OFF;
|
|
855
|
+
readonly "no-new-native-nonconstructor": import("./rules/state.js").State.OFF;
|
|
856
|
+
readonly "no-obj-calls": import("./rules/state.js").State.OFF;
|
|
857
|
+
readonly "no-redeclare": import("./rules/state.js").State.OFF;
|
|
858
|
+
readonly "no-setter-return": import("./rules/state.js").State.OFF;
|
|
859
|
+
readonly "no-this-before-super": import("./rules/state.js").State.OFF;
|
|
860
|
+
readonly "no-undef": import("./rules/state.js").State.OFF;
|
|
861
|
+
readonly "no-unreachable": import("./rules/state.js").State.OFF;
|
|
862
|
+
readonly "no-unsafe-negation": import("./rules/state.js").State.OFF;
|
|
802
863
|
};
|
|
803
864
|
} | {
|
|
804
|
-
id:
|
|
865
|
+
id: string;
|
|
805
866
|
rules: {
|
|
806
|
-
readonly "dot-notation":
|
|
807
|
-
readonly "no-implied-eval":
|
|
808
|
-
readonly "no-restricted-imports":
|
|
809
|
-
readonly "no-throw-literal":
|
|
810
|
-
readonly "no-unused-vars":
|
|
811
|
-
readonly "prefer-destructuring":
|
|
812
|
-
readonly "prefer-promise-reject-errors":
|
|
813
|
-
readonly "require-await":
|
|
867
|
+
readonly "dot-notation": import("./rules/state.js").State.OFF;
|
|
868
|
+
readonly "no-implied-eval": import("./rules/state.js").State.OFF;
|
|
869
|
+
readonly "no-restricted-imports": import("./rules/state.js").State.OFF;
|
|
870
|
+
readonly "no-throw-literal": import("./rules/state.js").State.OFF;
|
|
871
|
+
readonly "no-unused-vars": import("./rules/state.js").State.OFF;
|
|
872
|
+
readonly "prefer-destructuring": import("./rules/state.js").State.OFF;
|
|
873
|
+
readonly "prefer-promise-reject-errors": import("./rules/state.js").State.OFF;
|
|
874
|
+
readonly "require-await": import("./rules/state.js").State.OFF;
|
|
814
875
|
};
|
|
815
876
|
} | {
|
|
816
|
-
id:
|
|
877
|
+
id: string;
|
|
817
878
|
rules: {
|
|
818
|
-
readonly "@typescript-eslint/await-thenable":
|
|
819
|
-
readonly "@typescript-eslint/ban-ts-comment":
|
|
820
|
-
readonly "@typescript-eslint/ban-tslint-comment":
|
|
821
|
-
readonly "@typescript-eslint/class-literal-property-style":
|
|
822
|
-
readonly "@typescript-eslint/consistent-generic-constructors":
|
|
823
|
-
readonly "@typescript-eslint/consistent-indexed-object-style":
|
|
879
|
+
readonly "@typescript-eslint/await-thenable": import("./rules/state.js").State.ON;
|
|
880
|
+
readonly "@typescript-eslint/ban-ts-comment": import("./rules/state.js").State.ON;
|
|
881
|
+
readonly "@typescript-eslint/ban-tslint-comment": import("./rules/state.js").State.ON;
|
|
882
|
+
readonly "@typescript-eslint/class-literal-property-style": import("./rules/state.js").State.ON;
|
|
883
|
+
readonly "@typescript-eslint/consistent-generic-constructors": import("./rules/state.js").State.ON;
|
|
884
|
+
readonly "@typescript-eslint/consistent-indexed-object-style": import("./rules/state.js").State.ON;
|
|
824
885
|
readonly "@typescript-eslint/consistent-type-assertions": readonly [
|
|
825
|
-
|
|
886
|
+
import("./rules/state.js").State.ON,
|
|
826
887
|
{
|
|
827
888
|
readonly arrayLiteralTypeAssertions: "never";
|
|
828
889
|
readonly objectLiteralTypeAssertions: "never";
|
|
829
890
|
}
|
|
830
891
|
];
|
|
831
|
-
readonly "@typescript-eslint/consistent-type-exports":
|
|
832
|
-
readonly "@typescript-eslint/consistent-type-imports":
|
|
892
|
+
readonly "@typescript-eslint/consistent-type-exports": import("./rules/state.js").State.ON;
|
|
893
|
+
readonly "@typescript-eslint/consistent-type-imports": import("./rules/state.js").State.ON;
|
|
833
894
|
readonly "@typescript-eslint/explicit-member-accessibility": readonly [
|
|
834
|
-
|
|
895
|
+
import("./rules/state.js").State.ON,
|
|
835
896
|
{
|
|
836
897
|
readonly overrides: {
|
|
837
898
|
readonly constructors: "no-public";
|
|
@@ -839,110 +900,110 @@ export declare const defaults: {
|
|
|
839
900
|
}
|
|
840
901
|
];
|
|
841
902
|
readonly "@typescript-eslint/member-ordering": readonly [
|
|
842
|
-
|
|
903
|
+
import("./rules/state.js").State.ON,
|
|
843
904
|
{
|
|
844
905
|
readonly default: {
|
|
845
906
|
readonly optionalityOrder: "required-first";
|
|
846
907
|
};
|
|
847
908
|
}
|
|
848
909
|
];
|
|
849
|
-
readonly "@typescript-eslint/method-signature-style":
|
|
850
|
-
readonly "@typescript-eslint/no-array-delete":
|
|
851
|
-
readonly "@typescript-eslint/no-base-to-string":
|
|
852
|
-
readonly "@typescript-eslint/no-confusing-non-null-assertion":
|
|
853
|
-
readonly "@typescript-eslint/no-confusing-void-expression":
|
|
854
|
-
readonly "@typescript-eslint/no-duplicate-enum-values":
|
|
855
|
-
readonly "@typescript-eslint/no-duplicate-type-constituents":
|
|
856
|
-
readonly "@typescript-eslint/no-dynamic-delete":
|
|
857
|
-
readonly "@typescript-eslint/no-empty-object-type":
|
|
910
|
+
readonly "@typescript-eslint/method-signature-style": import("./rules/state.js").State.ON;
|
|
911
|
+
readonly "@typescript-eslint/no-array-delete": import("./rules/state.js").State.ON;
|
|
912
|
+
readonly "@typescript-eslint/no-base-to-string": import("./rules/state.js").State.ON;
|
|
913
|
+
readonly "@typescript-eslint/no-confusing-non-null-assertion": import("./rules/state.js").State.ON;
|
|
914
|
+
readonly "@typescript-eslint/no-confusing-void-expression": import("./rules/state.js").State.ON;
|
|
915
|
+
readonly "@typescript-eslint/no-duplicate-enum-values": import("./rules/state.js").State.ON;
|
|
916
|
+
readonly "@typescript-eslint/no-duplicate-type-constituents": import("./rules/state.js").State.ON;
|
|
917
|
+
readonly "@typescript-eslint/no-dynamic-delete": import("./rules/state.js").State.ON;
|
|
918
|
+
readonly "@typescript-eslint/no-empty-object-type": import("./rules/state.js").State.ON;
|
|
858
919
|
readonly "@typescript-eslint/no-explicit-any": readonly [
|
|
859
|
-
|
|
920
|
+
import("./rules/state.js").State.ON,
|
|
860
921
|
{
|
|
861
922
|
readonly fixToUnknown: true;
|
|
862
923
|
}
|
|
863
924
|
];
|
|
864
|
-
readonly "@typescript-eslint/no-extra-non-null-assertion":
|
|
925
|
+
readonly "@typescript-eslint/no-extra-non-null-assertion": import("./rules/state.js").State.ON;
|
|
865
926
|
readonly "@typescript-eslint/no-extraneous-class": readonly [
|
|
866
|
-
|
|
927
|
+
import("./rules/state.js").State.ON,
|
|
867
928
|
{
|
|
868
929
|
readonly allowEmpty: true;
|
|
869
930
|
}
|
|
870
931
|
];
|
|
871
932
|
readonly "@typescript-eslint/no-floating-promises": readonly [
|
|
872
|
-
|
|
933
|
+
import("./rules/state.js").State.ON,
|
|
873
934
|
{
|
|
874
935
|
readonly checkThenables: true;
|
|
875
936
|
}
|
|
876
937
|
];
|
|
877
|
-
readonly "@typescript-eslint/no-for-in-array":
|
|
878
|
-
readonly "@typescript-eslint/no-import-type-side-effects":
|
|
879
|
-
readonly "@typescript-eslint/no-inferrable-types":
|
|
938
|
+
readonly "@typescript-eslint/no-for-in-array": import("./rules/state.js").State.ON;
|
|
939
|
+
readonly "@typescript-eslint/no-import-type-side-effects": import("./rules/state.js").State.ON;
|
|
940
|
+
readonly "@typescript-eslint/no-inferrable-types": import("./rules/state.js").State.ON;
|
|
880
941
|
readonly "@typescript-eslint/no-meaningless-void-operator": readonly [
|
|
881
|
-
|
|
942
|
+
import("./rules/state.js").State.ON,
|
|
882
943
|
{
|
|
883
944
|
readonly checkNever: true;
|
|
884
945
|
}
|
|
885
946
|
];
|
|
886
|
-
readonly "@typescript-eslint/no-misused-new":
|
|
887
|
-
readonly "@typescript-eslint/no-misused-promises":
|
|
888
|
-
readonly "@typescript-eslint/no-misused-spread":
|
|
889
|
-
readonly "@typescript-eslint/no-mixed-enums":
|
|
890
|
-
readonly "@typescript-eslint/no-non-null-asserted-nullish-coalescing":
|
|
891
|
-
readonly "@typescript-eslint/no-non-null-asserted-optional-chain":
|
|
892
|
-
readonly "@typescript-eslint/no-redundant-type-constituents":
|
|
893
|
-
readonly "@typescript-eslint/no-require-imports":
|
|
894
|
-
readonly "@typescript-eslint/no-this-alias":
|
|
895
|
-
readonly "@typescript-eslint/no-unnecessary-boolean-literal-compare":
|
|
896
|
-
readonly "@typescript-eslint/no-unnecessary-condition":
|
|
897
|
-
readonly "@typescript-eslint/no-unnecessary-parameter-property-assignment":
|
|
898
|
-
readonly "@typescript-eslint/no-unnecessary-qualifier":
|
|
899
|
-
readonly "@typescript-eslint/no-unnecessary-template-expression":
|
|
900
|
-
readonly "@typescript-eslint/no-unnecessary-type-arguments":
|
|
901
|
-
readonly "@typescript-eslint/no-unnecessary-type-assertion":
|
|
902
|
-
readonly "@typescript-eslint/no-unnecessary-type-constraint":
|
|
903
|
-
readonly "@typescript-eslint/no-unnecessary-type-conversion":
|
|
904
|
-
readonly "@typescript-eslint/no-unnecessary-type-parameters":
|
|
905
|
-
readonly "@typescript-eslint/no-unsafe-argument":
|
|
906
|
-
readonly "@typescript-eslint/no-unsafe-assignment":
|
|
907
|
-
readonly "@typescript-eslint/no-unsafe-call":
|
|
908
|
-
readonly "@typescript-eslint/no-unsafe-declaration-merging":
|
|
909
|
-
readonly "@typescript-eslint/no-unsafe-enum-comparison":
|
|
910
|
-
readonly "@typescript-eslint/no-unsafe-function-type":
|
|
947
|
+
readonly "@typescript-eslint/no-misused-new": import("./rules/state.js").State.ON;
|
|
948
|
+
readonly "@typescript-eslint/no-misused-promises": import("./rules/state.js").State.ON;
|
|
949
|
+
readonly "@typescript-eslint/no-misused-spread": import("./rules/state.js").State.ON;
|
|
950
|
+
readonly "@typescript-eslint/no-mixed-enums": import("./rules/state.js").State.ON;
|
|
951
|
+
readonly "@typescript-eslint/no-non-null-asserted-nullish-coalescing": import("./rules/state.js").State.ON;
|
|
952
|
+
readonly "@typescript-eslint/no-non-null-asserted-optional-chain": import("./rules/state.js").State.ON;
|
|
953
|
+
readonly "@typescript-eslint/no-redundant-type-constituents": import("./rules/state.js").State.ON;
|
|
954
|
+
readonly "@typescript-eslint/no-require-imports": import("./rules/state.js").State.ON;
|
|
955
|
+
readonly "@typescript-eslint/no-this-alias": import("./rules/state.js").State.ON;
|
|
956
|
+
readonly "@typescript-eslint/no-unnecessary-boolean-literal-compare": import("./rules/state.js").State.ON;
|
|
957
|
+
readonly "@typescript-eslint/no-unnecessary-condition": import("./rules/state.js").State.ON;
|
|
958
|
+
readonly "@typescript-eslint/no-unnecessary-parameter-property-assignment": import("./rules/state.js").State.ON;
|
|
959
|
+
readonly "@typescript-eslint/no-unnecessary-qualifier": import("./rules/state.js").State.ON;
|
|
960
|
+
readonly "@typescript-eslint/no-unnecessary-template-expression": import("./rules/state.js").State.ON;
|
|
961
|
+
readonly "@typescript-eslint/no-unnecessary-type-arguments": import("./rules/state.js").State.ON;
|
|
962
|
+
readonly "@typescript-eslint/no-unnecessary-type-assertion": import("./rules/state.js").State.ON;
|
|
963
|
+
readonly "@typescript-eslint/no-unnecessary-type-constraint": import("./rules/state.js").State.ON;
|
|
964
|
+
readonly "@typescript-eslint/no-unnecessary-type-conversion": import("./rules/state.js").State.ON;
|
|
965
|
+
readonly "@typescript-eslint/no-unnecessary-type-parameters": import("./rules/state.js").State.ON;
|
|
966
|
+
readonly "@typescript-eslint/no-unsafe-argument": import("./rules/state.js").State.ON;
|
|
967
|
+
readonly "@typescript-eslint/no-unsafe-assignment": import("./rules/state.js").State.ON;
|
|
968
|
+
readonly "@typescript-eslint/no-unsafe-call": import("./rules/state.js").State.ON;
|
|
969
|
+
readonly "@typescript-eslint/no-unsafe-declaration-merging": import("./rules/state.js").State.ON;
|
|
970
|
+
readonly "@typescript-eslint/no-unsafe-enum-comparison": import("./rules/state.js").State.ON;
|
|
971
|
+
readonly "@typescript-eslint/no-unsafe-function-type": import("./rules/state.js").State.ON;
|
|
911
972
|
readonly "@typescript-eslint/no-unsafe-member-access": readonly [
|
|
912
|
-
|
|
973
|
+
import("./rules/state.js").State.ON,
|
|
913
974
|
{
|
|
914
975
|
readonly allowOptionalChaining: true;
|
|
915
976
|
}
|
|
916
977
|
];
|
|
917
|
-
readonly "@typescript-eslint/no-unsafe-return":
|
|
918
|
-
readonly "@typescript-eslint/no-unsafe-unary-minus":
|
|
919
|
-
readonly "@typescript-eslint/no-useless-empty-export":
|
|
920
|
-
readonly "@typescript-eslint/no-wrapper-object-types":
|
|
978
|
+
readonly "@typescript-eslint/no-unsafe-return": import("./rules/state.js").State.ON;
|
|
979
|
+
readonly "@typescript-eslint/no-unsafe-unary-minus": import("./rules/state.js").State.ON;
|
|
980
|
+
readonly "@typescript-eslint/no-useless-empty-export": import("./rules/state.js").State.ON;
|
|
981
|
+
readonly "@typescript-eslint/no-wrapper-object-types": import("./rules/state.js").State.ON;
|
|
921
982
|
readonly "@typescript-eslint/parameter-properties": readonly [
|
|
922
|
-
|
|
983
|
+
import("./rules/state.js").State.ON,
|
|
923
984
|
{
|
|
924
985
|
readonly prefer: "parameter-property";
|
|
925
986
|
}
|
|
926
987
|
];
|
|
927
|
-
readonly "@typescript-eslint/prefer-as-const":
|
|
928
|
-
readonly "@typescript-eslint/prefer-find":
|
|
929
|
-
readonly "@typescript-eslint/prefer-for-of":
|
|
930
|
-
readonly "@typescript-eslint/prefer-function-type":
|
|
931
|
-
readonly "@typescript-eslint/prefer-includes":
|
|
932
|
-
readonly "@typescript-eslint/prefer-literal-enum-member":
|
|
933
|
-
readonly "@typescript-eslint/prefer-namespace-keyword":
|
|
934
|
-
readonly "@typescript-eslint/prefer-nullish-coalescing":
|
|
935
|
-
readonly "@typescript-eslint/prefer-optional-chain":
|
|
936
|
-
readonly "@typescript-eslint/prefer-readonly":
|
|
937
|
-
readonly "@typescript-eslint/prefer-reduce-type-parameter":
|
|
938
|
-
readonly "@typescript-eslint/prefer-regexp-exec":
|
|
939
|
-
readonly "@typescript-eslint/prefer-return-this-type":
|
|
940
|
-
readonly "@typescript-eslint/prefer-string-starts-ends-with":
|
|
941
|
-
readonly "@typescript-eslint/promise-function-async":
|
|
942
|
-
readonly "@typescript-eslint/related-getter-setter-pairs":
|
|
943
|
-
readonly "@typescript-eslint/require-array-sort-compare":
|
|
988
|
+
readonly "@typescript-eslint/prefer-as-const": import("./rules/state.js").State.ON;
|
|
989
|
+
readonly "@typescript-eslint/prefer-find": import("./rules/state.js").State.ON;
|
|
990
|
+
readonly "@typescript-eslint/prefer-for-of": import("./rules/state.js").State.ON;
|
|
991
|
+
readonly "@typescript-eslint/prefer-function-type": import("./rules/state.js").State.ON;
|
|
992
|
+
readonly "@typescript-eslint/prefer-includes": import("./rules/state.js").State.ON;
|
|
993
|
+
readonly "@typescript-eslint/prefer-literal-enum-member": import("./rules/state.js").State.ON;
|
|
994
|
+
readonly "@typescript-eslint/prefer-namespace-keyword": import("./rules/state.js").State.ON;
|
|
995
|
+
readonly "@typescript-eslint/prefer-nullish-coalescing": import("./rules/state.js").State.ON;
|
|
996
|
+
readonly "@typescript-eslint/prefer-optional-chain": import("./rules/state.js").State.ON;
|
|
997
|
+
readonly "@typescript-eslint/prefer-readonly": import("./rules/state.js").State.ON;
|
|
998
|
+
readonly "@typescript-eslint/prefer-reduce-type-parameter": import("./rules/state.js").State.ON;
|
|
999
|
+
readonly "@typescript-eslint/prefer-regexp-exec": import("./rules/state.js").State.ON;
|
|
1000
|
+
readonly "@typescript-eslint/prefer-return-this-type": import("./rules/state.js").State.ON;
|
|
1001
|
+
readonly "@typescript-eslint/prefer-string-starts-ends-with": import("./rules/state.js").State.ON;
|
|
1002
|
+
readonly "@typescript-eslint/promise-function-async": import("./rules/state.js").State.ON;
|
|
1003
|
+
readonly "@typescript-eslint/related-getter-setter-pairs": import("./rules/state.js").State.ON;
|
|
1004
|
+
readonly "@typescript-eslint/require-array-sort-compare": import("./rules/state.js").State.ON;
|
|
944
1005
|
readonly "@typescript-eslint/restrict-plus-operands": readonly [
|
|
945
|
-
|
|
1006
|
+
import("./rules/state.js").State.ON,
|
|
946
1007
|
{
|
|
947
1008
|
readonly allowAny: false;
|
|
948
1009
|
readonly allowBoolean: false;
|
|
@@ -952,47 +1013,47 @@ export declare const defaults: {
|
|
|
952
1013
|
}
|
|
953
1014
|
];
|
|
954
1015
|
readonly "@typescript-eslint/restrict-template-expressions": readonly [
|
|
955
|
-
|
|
1016
|
+
import("./rules/state.js").State.ON,
|
|
956
1017
|
{
|
|
957
1018
|
readonly allowNullish: false;
|
|
958
1019
|
readonly allowNever: false;
|
|
959
1020
|
readonly allowRegExp: false;
|
|
960
1021
|
}
|
|
961
1022
|
];
|
|
962
|
-
readonly "@typescript-eslint/return-await":
|
|
1023
|
+
readonly "@typescript-eslint/return-await": import("./rules/state.js").State.ON;
|
|
963
1024
|
readonly "@typescript-eslint/strict-boolean-expressions": readonly [
|
|
964
|
-
|
|
1025
|
+
import("./rules/state.js").State.ON,
|
|
965
1026
|
{
|
|
966
1027
|
readonly allowNullableObject: false;
|
|
967
1028
|
readonly allowString: false;
|
|
968
1029
|
}
|
|
969
1030
|
];
|
|
970
|
-
readonly "@typescript-eslint/switch-exhaustiveness-check":
|
|
971
|
-
readonly "@typescript-eslint/unbound-method":
|
|
972
|
-
readonly "@typescript-eslint/unified-signatures":
|
|
973
|
-
readonly "@typescript-eslint/use-unknown-in-catch-callback-variable":
|
|
1031
|
+
readonly "@typescript-eslint/switch-exhaustiveness-check": import("./rules/state.js").State.ON;
|
|
1032
|
+
readonly "@typescript-eslint/unbound-method": import("./rules/state.js").State.ON;
|
|
1033
|
+
readonly "@typescript-eslint/unified-signatures": import("./rules/state.js").State.ON;
|
|
1034
|
+
readonly "@typescript-eslint/use-unknown-in-catch-callback-variable": import("./rules/state.js").State.ON;
|
|
974
1035
|
};
|
|
975
1036
|
} | {
|
|
976
|
-
id:
|
|
1037
|
+
id: string;
|
|
977
1038
|
rules: {
|
|
978
1039
|
readonly "@typescript-eslint/dot-notation": readonly [
|
|
979
|
-
|
|
1040
|
+
import("./rules/state.js").State.ON,
|
|
980
1041
|
{
|
|
981
1042
|
readonly allowPrivateClassPropertyAccess: true;
|
|
982
1043
|
readonly allowProtectedClassPropertyAccess: true;
|
|
983
1044
|
readonly allowIndexSignaturePropertyAccess: true;
|
|
984
1045
|
}
|
|
985
1046
|
];
|
|
986
|
-
readonly "@typescript-eslint/no-implied-eval":
|
|
987
|
-
readonly "@typescript-eslint/no-unused-vars":
|
|
1047
|
+
readonly "@typescript-eslint/no-implied-eval": import("./rules/state.js").State.ON;
|
|
1048
|
+
readonly "@typescript-eslint/no-unused-vars": import("./rules/state.js").State.ON;
|
|
988
1049
|
readonly "@typescript-eslint/only-throw-error": readonly [
|
|
989
|
-
|
|
1050
|
+
import("./rules/state.js").State.ON,
|
|
990
1051
|
{
|
|
991
1052
|
readonly allowThrowingAny: false;
|
|
992
1053
|
}
|
|
993
1054
|
];
|
|
994
1055
|
readonly "@typescript-eslint/prefer-destructuring": readonly [
|
|
995
|
-
|
|
1056
|
+
import("./rules/state.js").State.ON,
|
|
996
1057
|
{
|
|
997
1058
|
readonly AssignmentExpression: {
|
|
998
1059
|
readonly array: false;
|
|
@@ -1001,45 +1062,45 @@ export declare const defaults: {
|
|
|
1001
1062
|
}
|
|
1002
1063
|
];
|
|
1003
1064
|
readonly "@typescript-eslint/prefer-promise-reject-errors": readonly [
|
|
1004
|
-
|
|
1065
|
+
import("./rules/state.js").State.ON,
|
|
1005
1066
|
{
|
|
1006
1067
|
readonly allowThrowingUnknown: true;
|
|
1007
1068
|
}
|
|
1008
1069
|
];
|
|
1009
|
-
readonly "@typescript-eslint/require-await":
|
|
1070
|
+
readonly "@typescript-eslint/require-await": import("./rules/state.js").State.ON;
|
|
1010
1071
|
};
|
|
1011
1072
|
})[];
|
|
1012
1073
|
mocha: ({
|
|
1013
|
-
id:
|
|
1074
|
+
id: string;
|
|
1014
1075
|
rules: {
|
|
1015
|
-
readonly "prefer-arrow-callback":
|
|
1016
|
-
readonly "no-unused-expressions":
|
|
1076
|
+
readonly "prefer-arrow-callback": import("./rules/state.js").State.OFF;
|
|
1077
|
+
readonly "no-unused-expressions": import("./rules/state.js").State.OFF;
|
|
1017
1078
|
};
|
|
1018
1079
|
} | {
|
|
1019
|
-
id:
|
|
1080
|
+
id: string;
|
|
1020
1081
|
rules: {
|
|
1021
|
-
readonly "mocha/handle-done-callback":
|
|
1022
|
-
readonly "mocha/max-top-level-suites":
|
|
1023
|
-
readonly "mocha/no-async-suite":
|
|
1024
|
-
readonly "mocha/no-empty-title":
|
|
1025
|
-
readonly "mocha/no-exclusive-tests":
|
|
1026
|
-
readonly "mocha/no-exports":
|
|
1027
|
-
readonly "mocha/no-global-tests":
|
|
1028
|
-
readonly "mocha/no-identical-title":
|
|
1029
|
-
readonly "mocha/no-mocha-arrows":
|
|
1030
|
-
readonly "mocha/no-nested-tests":
|
|
1031
|
-
readonly "mocha/no-pending-tests":
|
|
1032
|
-
readonly "mocha/no-return-and-callback":
|
|
1033
|
-
readonly "mocha/no-return-from-async":
|
|
1034
|
-
readonly "mocha/no-sibling-hooks":
|
|
1035
|
-
readonly "mocha/no-top-level-hooks":
|
|
1036
|
-
readonly "mocha/prefer-arrow-callback":
|
|
1082
|
+
readonly "mocha/handle-done-callback": import("./rules/state.js").State.ON;
|
|
1083
|
+
readonly "mocha/max-top-level-suites": import("./rules/state.js").State.ON;
|
|
1084
|
+
readonly "mocha/no-async-suite": import("./rules/state.js").State.ON;
|
|
1085
|
+
readonly "mocha/no-empty-title": import("./rules/state.js").State.ON;
|
|
1086
|
+
readonly "mocha/no-exclusive-tests": import("./rules/state.js").State.ON;
|
|
1087
|
+
readonly "mocha/no-exports": import("./rules/state.js").State.ON;
|
|
1088
|
+
readonly "mocha/no-global-tests": import("./rules/state.js").State.ON;
|
|
1089
|
+
readonly "mocha/no-identical-title": import("./rules/state.js").State.ON;
|
|
1090
|
+
readonly "mocha/no-mocha-arrows": import("./rules/state.js").State.ON;
|
|
1091
|
+
readonly "mocha/no-nested-tests": import("./rules/state.js").State.ON;
|
|
1092
|
+
readonly "mocha/no-pending-tests": import("./rules/state.js").State.ON;
|
|
1093
|
+
readonly "mocha/no-return-and-callback": import("./rules/state.js").State.ON;
|
|
1094
|
+
readonly "mocha/no-return-from-async": import("./rules/state.js").State.ON;
|
|
1095
|
+
readonly "mocha/no-sibling-hooks": import("./rules/state.js").State.ON;
|
|
1096
|
+
readonly "mocha/no-top-level-hooks": import("./rules/state.js").State.ON;
|
|
1097
|
+
readonly "mocha/prefer-arrow-callback": import("./rules/state.js").State.ON;
|
|
1037
1098
|
};
|
|
1038
1099
|
} | {
|
|
1039
1100
|
id: string;
|
|
1040
1101
|
rules: {
|
|
1041
1102
|
readonly "chai-friendly/no-unused-expressions": readonly [
|
|
1042
|
-
|
|
1103
|
+
import("./rules/state.js").State.ON,
|
|
1043
1104
|
{
|
|
1044
1105
|
readonly allowShortCircuit: true;
|
|
1045
1106
|
readonly allowTernary: true;
|
|
@@ -1049,55 +1110,55 @@ export declare const defaults: {
|
|
|
1049
1110
|
} | {
|
|
1050
1111
|
id: string;
|
|
1051
1112
|
rules: {
|
|
1052
|
-
readonly "chai-expect/no-inner-compare":
|
|
1053
|
-
readonly "chai-expect/no-inner-literal":
|
|
1054
|
-
readonly "chai-expect/missing-assertion":
|
|
1113
|
+
readonly "chai-expect/no-inner-compare": import("./rules/state.js").State.ON;
|
|
1114
|
+
readonly "chai-expect/no-inner-literal": import("./rules/state.js").State.ON;
|
|
1115
|
+
readonly "chai-expect/missing-assertion": import("./rules/state.js").State.ON;
|
|
1055
1116
|
};
|
|
1056
1117
|
})[];
|
|
1057
1118
|
svelte: ({
|
|
1058
|
-
id:
|
|
1119
|
+
id: string;
|
|
1059
1120
|
rules: {
|
|
1060
|
-
readonly "no-inner-declarations":
|
|
1061
|
-
readonly "no-self-assign":
|
|
1062
|
-
readonly "no-unused-vars":
|
|
1063
|
-
readonly "@typescript-eslint/no-unused-vars":
|
|
1064
|
-
readonly "prefer-const":
|
|
1065
|
-
readonly "@stylistic/indent":
|
|
1066
|
-
readonly "@typescript-eslint/no-confusing-void-expression":
|
|
1121
|
+
readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
|
|
1122
|
+
readonly "no-self-assign": import("./rules/state.js").State.OFF;
|
|
1123
|
+
readonly "no-unused-vars": import("./rules/state.js").State.OFF;
|
|
1124
|
+
readonly "@typescript-eslint/no-unused-vars": import("./rules/state.js").State.OFF;
|
|
1125
|
+
readonly "prefer-const": import("./rules/state.js").State.OFF;
|
|
1126
|
+
readonly "@stylistic/indent": import("./rules/state.js").State.OFF;
|
|
1127
|
+
readonly "@typescript-eslint/no-confusing-void-expression": import("./rules/state.js").State.OFF;
|
|
1067
1128
|
};
|
|
1068
1129
|
} | {
|
|
1069
|
-
id:
|
|
1130
|
+
id: string;
|
|
1070
1131
|
rules: {
|
|
1071
|
-
readonly "no-inner-declarations":
|
|
1072
|
-
readonly "no-self-assign":
|
|
1073
|
-
readonly "@stylistic/no-trailing-spaces":
|
|
1132
|
+
readonly "no-inner-declarations": import("./rules/state.js").State.OFF;
|
|
1133
|
+
readonly "no-self-assign": import("./rules/state.js").State.OFF;
|
|
1134
|
+
readonly "@stylistic/no-trailing-spaces": import("./rules/state.js").State.OFF;
|
|
1074
1135
|
};
|
|
1075
1136
|
} | {
|
|
1076
|
-
id:
|
|
1137
|
+
id: string;
|
|
1077
1138
|
rules: {
|
|
1078
|
-
readonly "svelte/infinite-reactive-loop":
|
|
1079
|
-
readonly "svelte/no-dom-manipulating":
|
|
1080
|
-
readonly "svelte/no-dupe-else-if-blocks":
|
|
1081
|
-
readonly "svelte/no-dupe-on-directives":
|
|
1082
|
-
readonly "svelte/no-dupe-style-properties":
|
|
1083
|
-
readonly "svelte/no-dupe-use-directives":
|
|
1084
|
-
readonly "svelte/no-not-function-handler":
|
|
1085
|
-
readonly "svelte/no-object-in-text-mustaches":
|
|
1086
|
-
readonly "svelte/no-raw-special-elements":
|
|
1087
|
-
readonly "svelte/no-reactive-reassign":
|
|
1088
|
-
readonly "svelte/no-shorthand-style-property-overrides":
|
|
1089
|
-
readonly "svelte/no-store-async":
|
|
1090
|
-
readonly "svelte/no-top-level-browser-globals":
|
|
1091
|
-
readonly "svelte/no-unknown-style-directive-property":
|
|
1092
|
-
readonly "svelte/prefer-svelte-reactivity":
|
|
1093
|
-
readonly "svelte/require-store-callbacks-use-set-param":
|
|
1094
|
-
readonly "svelte/require-store-reactive-access":
|
|
1095
|
-
readonly "svelte/valid-compile":
|
|
1096
|
-
readonly "svelte/valid-style-parse":
|
|
1097
|
-
readonly "svelte/no-at-html-tags":
|
|
1098
|
-
readonly "svelte/no-target-blank":
|
|
1139
|
+
readonly "svelte/infinite-reactive-loop": import("./rules/state.js").State.ON;
|
|
1140
|
+
readonly "svelte/no-dom-manipulating": import("./rules/state.js").State.ON;
|
|
1141
|
+
readonly "svelte/no-dupe-else-if-blocks": import("./rules/state.js").State.ON;
|
|
1142
|
+
readonly "svelte/no-dupe-on-directives": import("./rules/state.js").State.ON;
|
|
1143
|
+
readonly "svelte/no-dupe-style-properties": import("./rules/state.js").State.ON;
|
|
1144
|
+
readonly "svelte/no-dupe-use-directives": import("./rules/state.js").State.ON;
|
|
1145
|
+
readonly "svelte/no-not-function-handler": import("./rules/state.js").State.ON;
|
|
1146
|
+
readonly "svelte/no-object-in-text-mustaches": import("./rules/state.js").State.ON;
|
|
1147
|
+
readonly "svelte/no-raw-special-elements": import("./rules/state.js").State.ON;
|
|
1148
|
+
readonly "svelte/no-reactive-reassign": import("./rules/state.js").State.ON;
|
|
1149
|
+
readonly "svelte/no-shorthand-style-property-overrides": import("./rules/state.js").State.ON;
|
|
1150
|
+
readonly "svelte/no-store-async": import("./rules/state.js").State.ON;
|
|
1151
|
+
readonly "svelte/no-top-level-browser-globals": import("./rules/state.js").State.ON;
|
|
1152
|
+
readonly "svelte/no-unknown-style-directive-property": import("./rules/state.js").State.ON;
|
|
1153
|
+
readonly "svelte/prefer-svelte-reactivity": import("./rules/state.js").State.ON;
|
|
1154
|
+
readonly "svelte/require-store-callbacks-use-set-param": import("./rules/state.js").State.ON;
|
|
1155
|
+
readonly "svelte/require-store-reactive-access": import("./rules/state.js").State.ON;
|
|
1156
|
+
readonly "svelte/valid-compile": import("./rules/state.js").State.ON;
|
|
1157
|
+
readonly "svelte/valid-style-parse": import("./rules/state.js").State.ON;
|
|
1158
|
+
readonly "svelte/no-at-html-tags": import("./rules/state.js").State.ON;
|
|
1159
|
+
readonly "svelte/no-target-blank": import("./rules/state.js").State.ON;
|
|
1099
1160
|
readonly "svelte/block-lang": readonly [
|
|
1100
|
-
|
|
1161
|
+
import("./rules/state.js").State.ON,
|
|
1101
1162
|
{
|
|
1102
1163
|
readonly script: readonly [
|
|
1103
1164
|
"ts"
|
|
@@ -1107,134 +1168,134 @@ export declare const defaults: {
|
|
|
1107
1168
|
];
|
|
1108
1169
|
}
|
|
1109
1170
|
];
|
|
1110
|
-
readonly "svelte/button-has-type":
|
|
1111
|
-
readonly "svelte/no-add-event-listener":
|
|
1112
|
-
readonly "svelte/no-at-debug-tags":
|
|
1113
|
-
readonly "svelte/no-ignored-unsubscribe":
|
|
1114
|
-
readonly "svelte/no-immutable-reactive-statements":
|
|
1115
|
-
readonly "svelte/no-inline-styles":
|
|
1116
|
-
readonly "svelte/no-reactive-functions":
|
|
1117
|
-
readonly "svelte/no-reactive-literals":
|
|
1118
|
-
readonly "svelte/no-svelte-internal":
|
|
1119
|
-
readonly "svelte/no-unnecessary-state-wrap":
|
|
1171
|
+
readonly "svelte/button-has-type": import("./rules/state.js").State.ON;
|
|
1172
|
+
readonly "svelte/no-add-event-listener": import("./rules/state.js").State.ON;
|
|
1173
|
+
readonly "svelte/no-at-debug-tags": import("./rules/state.js").State.ON;
|
|
1174
|
+
readonly "svelte/no-ignored-unsubscribe": import("./rules/state.js").State.ON;
|
|
1175
|
+
readonly "svelte/no-immutable-reactive-statements": import("./rules/state.js").State.ON;
|
|
1176
|
+
readonly "svelte/no-inline-styles": import("./rules/state.js").State.ON;
|
|
1177
|
+
readonly "svelte/no-reactive-functions": import("./rules/state.js").State.ON;
|
|
1178
|
+
readonly "svelte/no-reactive-literals": import("./rules/state.js").State.ON;
|
|
1179
|
+
readonly "svelte/no-svelte-internal": import("./rules/state.js").State.ON;
|
|
1180
|
+
readonly "svelte/no-unnecessary-state-wrap": import("./rules/state.js").State.ON;
|
|
1120
1181
|
readonly "svelte/no-unused-props": readonly [
|
|
1121
|
-
|
|
1182
|
+
import("./rules/state.js").State.ON,
|
|
1122
1183
|
{
|
|
1123
1184
|
readonly checkImportedTypes: true;
|
|
1124
1185
|
}
|
|
1125
1186
|
];
|
|
1126
|
-
readonly "svelte/no-unused-svelte-ignore":
|
|
1127
|
-
readonly "svelte/no-useless-children-snippet":
|
|
1128
|
-
readonly "svelte/no-useless-mustaches":
|
|
1187
|
+
readonly "svelte/no-unused-svelte-ignore": import("./rules/state.js").State.ON;
|
|
1188
|
+
readonly "svelte/no-useless-children-snippet": import("./rules/state.js").State.ON;
|
|
1189
|
+
readonly "svelte/no-useless-mustaches": import("./rules/state.js").State.ON;
|
|
1129
1190
|
readonly "svelte/prefer-const": readonly [
|
|
1130
|
-
|
|
1191
|
+
import("./rules/state.js").State.ON,
|
|
1131
1192
|
{
|
|
1132
1193
|
readonly destructuring: "all";
|
|
1133
1194
|
}
|
|
1134
1195
|
];
|
|
1135
|
-
readonly "svelte/prefer-destructured-store-props":
|
|
1136
|
-
readonly "svelte/prefer-writable-derived":
|
|
1137
|
-
readonly "svelte/require-each-key":
|
|
1138
|
-
readonly "svelte/require-event-dispatcher-types":
|
|
1139
|
-
readonly "svelte/require-optimized-style-attribute":
|
|
1140
|
-
readonly "svelte/require-stores-init":
|
|
1141
|
-
readonly "svelte/valid-each-key":
|
|
1196
|
+
readonly "svelte/prefer-destructured-store-props": import("./rules/state.js").State.ON;
|
|
1197
|
+
readonly "svelte/prefer-writable-derived": import("./rules/state.js").State.ON;
|
|
1198
|
+
readonly "svelte/require-each-key": import("./rules/state.js").State.ON;
|
|
1199
|
+
readonly "svelte/require-event-dispatcher-types": import("./rules/state.js").State.ON;
|
|
1200
|
+
readonly "svelte/require-optimized-style-attribute": import("./rules/state.js").State.ON;
|
|
1201
|
+
readonly "svelte/require-stores-init": import("./rules/state.js").State.ON;
|
|
1202
|
+
readonly "svelte/valid-each-key": import("./rules/state.js").State.ON;
|
|
1142
1203
|
readonly "svelte/consistent-selector-style": readonly [
|
|
1143
|
-
|
|
1204
|
+
import("./rules/state.js").State.ON,
|
|
1144
1205
|
{
|
|
1145
1206
|
readonly checkGlobal: true;
|
|
1146
1207
|
}
|
|
1147
1208
|
];
|
|
1148
|
-
readonly "svelte/derived-has-same-inputs-outputs":
|
|
1209
|
+
readonly "svelte/derived-has-same-inputs-outputs": import("./rules/state.js").State.ON;
|
|
1149
1210
|
readonly "svelte/first-attribute-linebreak": readonly [
|
|
1150
|
-
|
|
1211
|
+
import("./rules/state.js").State.ON,
|
|
1151
1212
|
{
|
|
1152
1213
|
readonly singleline: "below";
|
|
1153
1214
|
}
|
|
1154
1215
|
];
|
|
1155
|
-
readonly "svelte/html-closing-bracket-new-line":
|
|
1216
|
+
readonly "svelte/html-closing-bracket-new-line": import("./rules/state.js").State.ON;
|
|
1156
1217
|
readonly "svelte/html-closing-bracket-spacing": readonly [
|
|
1157
|
-
|
|
1218
|
+
import("./rules/state.js").State.ON,
|
|
1158
1219
|
{
|
|
1159
1220
|
readonly selfClosingTag: "never";
|
|
1160
1221
|
}
|
|
1161
1222
|
];
|
|
1162
|
-
readonly "svelte/html-self-closing":
|
|
1163
|
-
readonly "svelte/indent":
|
|
1164
|
-
readonly "svelte/max-attributes-per-line":
|
|
1165
|
-
readonly "svelte/mustache-spacing":
|
|
1166
|
-
readonly "svelte/no-extra-reactive-curlies":
|
|
1167
|
-
readonly "svelte/no-spaces-around-equal-signs-in-attribute":
|
|
1223
|
+
readonly "svelte/html-self-closing": import("./rules/state.js").State.ON;
|
|
1224
|
+
readonly "svelte/indent": import("./rules/state.js").State.ON;
|
|
1225
|
+
readonly "svelte/max-attributes-per-line": import("./rules/state.js").State.ON;
|
|
1226
|
+
readonly "svelte/mustache-spacing": import("./rules/state.js").State.ON;
|
|
1227
|
+
readonly "svelte/no-extra-reactive-curlies": import("./rules/state.js").State.ON;
|
|
1228
|
+
readonly "svelte/no-spaces-around-equal-signs-in-attribute": import("./rules/state.js").State.ON;
|
|
1168
1229
|
readonly "svelte/prefer-class-directive": readonly [
|
|
1169
|
-
|
|
1230
|
+
import("./rules/state.js").State.ON,
|
|
1170
1231
|
{
|
|
1171
1232
|
readonly prefer: "empty";
|
|
1172
1233
|
}
|
|
1173
1234
|
];
|
|
1174
|
-
readonly "svelte/prefer-style-directive":
|
|
1175
|
-
readonly "svelte/require-event-prefix":
|
|
1176
|
-
readonly "svelte/shorthand-attribute":
|
|
1177
|
-
readonly "svelte/shorthand-directive":
|
|
1178
|
-
readonly "svelte/spaced-html-comment":
|
|
1179
|
-
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages":
|
|
1180
|
-
readonly "svelte/no-navigation-without-resolve":
|
|
1181
|
-
readonly "svelte/valid-prop-names-in-kit-pages":
|
|
1182
|
-
readonly "svelte/comment-directive":
|
|
1183
|
-
readonly "svelte/system":
|
|
1235
|
+
readonly "svelte/prefer-style-directive": import("./rules/state.js").State.ON;
|
|
1236
|
+
readonly "svelte/require-event-prefix": import("./rules/state.js").State.ON;
|
|
1237
|
+
readonly "svelte/shorthand-attribute": import("./rules/state.js").State.ON;
|
|
1238
|
+
readonly "svelte/shorthand-directive": import("./rules/state.js").State.ON;
|
|
1239
|
+
readonly "svelte/spaced-html-comment": import("./rules/state.js").State.ON;
|
|
1240
|
+
readonly "svelte/no-export-load-in-svelte-module-in-kit-pages": import("./rules/state.js").State.ON;
|
|
1241
|
+
readonly "svelte/no-navigation-without-resolve": import("./rules/state.js").State.ON;
|
|
1242
|
+
readonly "svelte/valid-prop-names-in-kit-pages": import("./rules/state.js").State.ON;
|
|
1243
|
+
readonly "svelte/comment-directive": import("./rules/state.js").State.ON;
|
|
1244
|
+
readonly "svelte/system": import("./rules/state.js").State.ON;
|
|
1184
1245
|
};
|
|
1185
1246
|
} | {
|
|
1186
|
-
id:
|
|
1247
|
+
id: string;
|
|
1187
1248
|
rules: {
|
|
1188
1249
|
readonly "svelte/no-inner-declarations": readonly [
|
|
1189
|
-
|
|
1250
|
+
import("./rules/state.js").State.ON,
|
|
1190
1251
|
"both"
|
|
1191
1252
|
];
|
|
1192
|
-
readonly "svelte/no-trailing-spaces":
|
|
1253
|
+
readonly "svelte/no-trailing-spaces": import("./rules/state.js").State.ON;
|
|
1193
1254
|
};
|
|
1194
1255
|
})[];
|
|
1195
1256
|
html: {
|
|
1196
|
-
id:
|
|
1257
|
+
id: string;
|
|
1197
1258
|
rules: {
|
|
1198
|
-
readonly "
|
|
1199
|
-
readonly "
|
|
1200
|
-
readonly "
|
|
1201
|
-
readonly "
|
|
1202
|
-
readonly "
|
|
1203
|
-
readonly "
|
|
1204
|
-
readonly "
|
|
1205
|
-
readonly "
|
|
1206
|
-
readonly "
|
|
1207
|
-
readonly "
|
|
1208
|
-
readonly "
|
|
1209
|
-
readonly "
|
|
1210
|
-
readonly "
|
|
1211
|
-
readonly "
|
|
1212
|
-
readonly "
|
|
1213
|
-
readonly "
|
|
1214
|
-
readonly "
|
|
1215
|
-
readonly "
|
|
1216
|
-
readonly "
|
|
1217
|
-
readonly "
|
|
1218
|
-
readonly "
|
|
1219
|
-
readonly "
|
|
1220
|
-
readonly "
|
|
1221
|
-
readonly "
|
|
1222
|
-
readonly "
|
|
1223
|
-
readonly "
|
|
1224
|
-
readonly "
|
|
1225
|
-
readonly "
|
|
1226
|
-
readonly "
|
|
1227
|
-
readonly "
|
|
1228
|
-
readonly "
|
|
1229
|
-
readonly "
|
|
1230
|
-
readonly "
|
|
1231
|
-
|
|
1259
|
+
readonly "html/no-duplicate-attrs": import("./rules/state.js").State.ON;
|
|
1260
|
+
readonly "html/no-duplicate-class": import("./rules/state.js").State.ON;
|
|
1261
|
+
readonly "html/no-duplicate-id": import("./rules/state.js").State.ON;
|
|
1262
|
+
readonly "html/no-duplicate-in-head": import("./rules/state.js").State.ON;
|
|
1263
|
+
readonly "html/no-ineffective-attrs": import("./rules/state.js").State.ON;
|
|
1264
|
+
readonly "html/no-invalid-entity": import("./rules/state.js").State.ON;
|
|
1265
|
+
readonly "html/no-nested-interactive": import("./rules/state.js").State.ON;
|
|
1266
|
+
readonly "html/no-obsolete-tags": import("./rules/state.js").State.ON;
|
|
1267
|
+
readonly "html/no-target-blank": import("./rules/state.js").State.ON;
|
|
1268
|
+
readonly "html/require-button-type": import("./rules/state.js").State.ON;
|
|
1269
|
+
readonly "html/require-closing-tags": import("./rules/state.js").State.ON;
|
|
1270
|
+
readonly "html/require-doctype": import("./rules/state.js").State.ON;
|
|
1271
|
+
readonly "html/require-li-container": import("./rules/state.js").State.ON;
|
|
1272
|
+
readonly "html/require-meta-charset": import("./rules/state.js").State.ON;
|
|
1273
|
+
readonly "html/use-baseline": import("./rules/state.js").State.ON;
|
|
1274
|
+
readonly "html/no-multiple-h1": import("./rules/state.js").State.ON;
|
|
1275
|
+
readonly "html/require-lang": import("./rules/state.js").State.ON;
|
|
1276
|
+
readonly "html/no-abstract-roles": import("./rules/state.js").State.ON;
|
|
1277
|
+
readonly "html/no-accesskey-attrs": import("./rules/state.js").State.ON;
|
|
1278
|
+
readonly "html/no-aria-hidden-body": import("./rules/state.js").State.ON;
|
|
1279
|
+
readonly "html/no-aria-hidden-on-focusable": import("./rules/state.js").State.ON;
|
|
1280
|
+
readonly "html/no-empty-headings": import("./rules/state.js").State.ON;
|
|
1281
|
+
readonly "html/no-heading-inside-button": import("./rules/state.js").State.ON;
|
|
1282
|
+
readonly "html/no-invalid-role": import("./rules/state.js").State.ON;
|
|
1283
|
+
readonly "html/no-non-scalable-viewport": import("./rules/state.js").State.ON;
|
|
1284
|
+
readonly "html/no-positive-tabindex": import("./rules/state.js").State.ON;
|
|
1285
|
+
readonly "html/no-skip-heading-levels": import("./rules/state.js").State.ON;
|
|
1286
|
+
readonly "html/require-form-method": import("./rules/state.js").State.ON;
|
|
1287
|
+
readonly "html/require-frame-title": import("./rules/state.js").State.ON;
|
|
1288
|
+
readonly "html/require-img-alt": import("./rules/state.js").State.ON;
|
|
1289
|
+
readonly "html/require-input-label": import("./rules/state.js").State.ON;
|
|
1290
|
+
readonly "html/require-meta-viewport": import("./rules/state.js").State.ON;
|
|
1291
|
+
readonly "html/attrs-newline": readonly [
|
|
1292
|
+
import("./rules/state.js").State.ON,
|
|
1232
1293
|
{
|
|
1233
1294
|
readonly ifAttrsMoreThan: 0;
|
|
1234
1295
|
}
|
|
1235
1296
|
];
|
|
1236
|
-
readonly "
|
|
1237
|
-
|
|
1297
|
+
readonly "html/element-newline": readonly [
|
|
1298
|
+
import("./rules/state.js").State.ON,
|
|
1238
1299
|
{
|
|
1239
1300
|
readonly skip: readonly [
|
|
1240
1301
|
"head"
|
|
@@ -1244,95 +1305,95 @@ export declare const defaults: {
|
|
|
1244
1305
|
];
|
|
1245
1306
|
}
|
|
1246
1307
|
];
|
|
1247
|
-
readonly "
|
|
1248
|
-
|
|
1308
|
+
readonly "html/indent": readonly [
|
|
1309
|
+
import("./rules/state.js").State.ON,
|
|
1249
1310
|
2
|
|
1250
1311
|
];
|
|
1251
|
-
readonly "
|
|
1252
|
-
readonly "
|
|
1253
|
-
|
|
1312
|
+
readonly "html/lowercase": import("./rules/state.js").State.ON;
|
|
1313
|
+
readonly "html/no-extra-spacing-attrs": readonly [
|
|
1314
|
+
import("./rules/state.js").State.ON,
|
|
1254
1315
|
{
|
|
1255
1316
|
readonly disallowMissing: true;
|
|
1256
1317
|
readonly disallowTabs: true;
|
|
1257
1318
|
readonly disallowInAssignment: true;
|
|
1258
1319
|
}
|
|
1259
1320
|
];
|
|
1260
|
-
readonly "
|
|
1261
|
-
readonly "
|
|
1262
|
-
|
|
1321
|
+
readonly "html/no-extra-spacing-text": import("./rules/state.js").State.ON;
|
|
1322
|
+
readonly "html/no-multiple-empty-lines": readonly [
|
|
1323
|
+
import("./rules/state.js").State.ON,
|
|
1263
1324
|
{
|
|
1264
1325
|
readonly max: 1;
|
|
1265
1326
|
}
|
|
1266
1327
|
];
|
|
1267
|
-
readonly "
|
|
1268
|
-
readonly "
|
|
1328
|
+
readonly "html/no-trailing-spaces": import("./rules/state.js").State.ON;
|
|
1329
|
+
readonly "html/quotes": import("./rules/state.js").State.ON;
|
|
1269
1330
|
};
|
|
1270
1331
|
}[];
|
|
1271
1332
|
css: {
|
|
1272
|
-
id:
|
|
1333
|
+
id: string;
|
|
1273
1334
|
rules: {
|
|
1274
|
-
readonly "css/font-family-fallbacks":
|
|
1275
|
-
readonly "css/no-duplicate-imports":
|
|
1276
|
-
readonly "css/no-duplicate-keyframe-selectors":
|
|
1277
|
-
readonly "css/no-empty-blocks":
|
|
1278
|
-
readonly "css/no-important":
|
|
1279
|
-
readonly "css/no-invalid-at-rule-placement":
|
|
1280
|
-
readonly "css/no-invalid-at-rules":
|
|
1281
|
-
readonly "css/no-invalid-named-grid-areas":
|
|
1282
|
-
readonly "css/prefer-logical-properties":
|
|
1283
|
-
readonly "css/relative-font-units":
|
|
1284
|
-
readonly "css/use-baseline":
|
|
1335
|
+
readonly "css/font-family-fallbacks": import("./rules/state.js").State.ON;
|
|
1336
|
+
readonly "css/no-duplicate-imports": import("./rules/state.js").State.ON;
|
|
1337
|
+
readonly "css/no-duplicate-keyframe-selectors": import("./rules/state.js").State.ON;
|
|
1338
|
+
readonly "css/no-empty-blocks": import("./rules/state.js").State.ON;
|
|
1339
|
+
readonly "css/no-important": import("./rules/state.js").State.ON;
|
|
1340
|
+
readonly "css/no-invalid-at-rule-placement": import("./rules/state.js").State.ON;
|
|
1341
|
+
readonly "css/no-invalid-at-rules": import("./rules/state.js").State.ON;
|
|
1342
|
+
readonly "css/no-invalid-named-grid-areas": import("./rules/state.js").State.ON;
|
|
1343
|
+
readonly "css/prefer-logical-properties": import("./rules/state.js").State.ON;
|
|
1344
|
+
readonly "css/relative-font-units": import("./rules/state.js").State.ON;
|
|
1345
|
+
readonly "css/use-baseline": import("./rules/state.js").State.ON;
|
|
1285
1346
|
};
|
|
1286
1347
|
}[];
|
|
1287
1348
|
json: ({
|
|
1288
|
-
id:
|
|
1349
|
+
id: string;
|
|
1289
1350
|
rules: {
|
|
1290
|
-
readonly "json/no-duplicate-keys":
|
|
1291
|
-
readonly "json/no-unsafe-values":
|
|
1292
|
-
readonly "json/no-unnormalized-keys":
|
|
1293
|
-
readonly "json/top-level-interop":
|
|
1351
|
+
readonly "json/no-duplicate-keys": import("./rules/state.js").State.ON;
|
|
1352
|
+
readonly "json/no-unsafe-values": import("./rules/state.js").State.ON;
|
|
1353
|
+
readonly "json/no-unnormalized-keys": import("./rules/state.js").State.ON;
|
|
1354
|
+
readonly "json/top-level-interop": import("./rules/state.js").State.ON;
|
|
1294
1355
|
};
|
|
1295
1356
|
} | {
|
|
1296
|
-
id:
|
|
1357
|
+
id: string;
|
|
1297
1358
|
rules: {
|
|
1298
|
-
readonly "jsonc/no-bigint-literals":
|
|
1299
|
-
readonly "jsonc/no-binary-expression":
|
|
1300
|
-
readonly "jsonc/no-binary-numeric-literals":
|
|
1301
|
-
readonly "jsonc/no-comments":
|
|
1302
|
-
readonly "jsonc/no-escape-sequence-in-identifier":
|
|
1303
|
-
readonly "jsonc/no-hexadecimal-numeric-literals":
|
|
1304
|
-
readonly "jsonc/no-infinity":
|
|
1305
|
-
readonly "jsonc/no-nan":
|
|
1306
|
-
readonly "jsonc/no-number-props":
|
|
1307
|
-
readonly "jsonc/no-numeric-separators":
|
|
1308
|
-
readonly "jsonc/no-octal-numeric-literals":
|
|
1309
|
-
readonly "jsonc/no-parenthesized":
|
|
1310
|
-
readonly "jsonc/no-plus-sign":
|
|
1311
|
-
readonly "jsonc/no-regexp-literals":
|
|
1312
|
-
readonly "jsonc/no-template-literals":
|
|
1313
|
-
readonly "jsonc/no-undefined-value":
|
|
1314
|
-
readonly "jsonc/no-unicode-codepoint-escapes":
|
|
1315
|
-
readonly "jsonc/valid-json-number":
|
|
1316
|
-
readonly "jsonc/vue-custom-block/no-parsing-error":
|
|
1359
|
+
readonly "jsonc/no-bigint-literals": import("./rules/state.js").State.ON;
|
|
1360
|
+
readonly "jsonc/no-binary-expression": import("./rules/state.js").State.ON;
|
|
1361
|
+
readonly "jsonc/no-binary-numeric-literals": import("./rules/state.js").State.ON;
|
|
1362
|
+
readonly "jsonc/no-comments": import("./rules/state.js").State.ON;
|
|
1363
|
+
readonly "jsonc/no-escape-sequence-in-identifier": import("./rules/state.js").State.ON;
|
|
1364
|
+
readonly "jsonc/no-hexadecimal-numeric-literals": import("./rules/state.js").State.ON;
|
|
1365
|
+
readonly "jsonc/no-infinity": import("./rules/state.js").State.ON;
|
|
1366
|
+
readonly "jsonc/no-nan": import("./rules/state.js").State.ON;
|
|
1367
|
+
readonly "jsonc/no-number-props": import("./rules/state.js").State.ON;
|
|
1368
|
+
readonly "jsonc/no-numeric-separators": import("./rules/state.js").State.ON;
|
|
1369
|
+
readonly "jsonc/no-octal-numeric-literals": import("./rules/state.js").State.ON;
|
|
1370
|
+
readonly "jsonc/no-parenthesized": import("./rules/state.js").State.ON;
|
|
1371
|
+
readonly "jsonc/no-plus-sign": import("./rules/state.js").State.ON;
|
|
1372
|
+
readonly "jsonc/no-regexp-literals": import("./rules/state.js").State.ON;
|
|
1373
|
+
readonly "jsonc/no-template-literals": import("./rules/state.js").State.ON;
|
|
1374
|
+
readonly "jsonc/no-undefined-value": import("./rules/state.js").State.ON;
|
|
1375
|
+
readonly "jsonc/no-unicode-codepoint-escapes": import("./rules/state.js").State.ON;
|
|
1376
|
+
readonly "jsonc/valid-json-number": import("./rules/state.js").State.ON;
|
|
1377
|
+
readonly "jsonc/vue-custom-block/no-parsing-error": import("./rules/state.js").State.ON;
|
|
1317
1378
|
};
|
|
1318
1379
|
} | {
|
|
1319
|
-
id:
|
|
1380
|
+
id: string;
|
|
1320
1381
|
rules: {
|
|
1321
|
-
readonly "jsonc/array-bracket-spacing":
|
|
1382
|
+
readonly "jsonc/array-bracket-spacing": import("./rules/state.js").State.ON;
|
|
1322
1383
|
readonly "jsonc/array-element-newline": readonly [
|
|
1323
|
-
|
|
1384
|
+
import("./rules/state.js").State.ON,
|
|
1324
1385
|
"consistent"
|
|
1325
1386
|
];
|
|
1326
|
-
readonly "jsonc/comma-dangle":
|
|
1327
|
-
readonly "jsonc/comma-style":
|
|
1387
|
+
readonly "jsonc/comma-dangle": import("./rules/state.js").State.ON;
|
|
1388
|
+
readonly "jsonc/comma-style": import("./rules/state.js").State.ON;
|
|
1328
1389
|
readonly "jsonc/indent": readonly [
|
|
1329
|
-
|
|
1390
|
+
import("./rules/state.js").State.ON,
|
|
1330
1391
|
2
|
|
1331
1392
|
];
|
|
1332
|
-
readonly "jsonc/key-spacing":
|
|
1333
|
-
readonly "jsonc/no-floating-decimal":
|
|
1393
|
+
readonly "jsonc/key-spacing": import("./rules/state.js").State.ON;
|
|
1394
|
+
readonly "jsonc/no-floating-decimal": import("./rules/state.js").State.ON;
|
|
1334
1395
|
readonly "jsonc/no-irregular-whitespace": readonly [
|
|
1335
|
-
|
|
1396
|
+
import("./rules/state.js").State.ON,
|
|
1336
1397
|
{
|
|
1337
1398
|
readonly skipStrings: true;
|
|
1338
1399
|
readonly skipComments: true;
|
|
@@ -1341,13 +1402,13 @@ export declare const defaults: {
|
|
|
1341
1402
|
readonly skipJSXText: true;
|
|
1342
1403
|
}
|
|
1343
1404
|
];
|
|
1344
|
-
readonly "jsonc/no-multi-str":
|
|
1345
|
-
readonly "jsonc/no-octal-escape":
|
|
1346
|
-
readonly "jsonc/no-octal":
|
|
1347
|
-
readonly "jsonc/no-sparse-arrays":
|
|
1348
|
-
readonly "jsonc/no-useless-escape":
|
|
1405
|
+
readonly "jsonc/no-multi-str": import("./rules/state.js").State.ON;
|
|
1406
|
+
readonly "jsonc/no-octal-escape": import("./rules/state.js").State.ON;
|
|
1407
|
+
readonly "jsonc/no-octal": import("./rules/state.js").State.ON;
|
|
1408
|
+
readonly "jsonc/no-sparse-arrays": import("./rules/state.js").State.ON;
|
|
1409
|
+
readonly "jsonc/no-useless-escape": import("./rules/state.js").State.ON;
|
|
1349
1410
|
readonly "jsonc/object-curly-newline": readonly [
|
|
1350
|
-
|
|
1411
|
+
import("./rules/state.js").State.ON,
|
|
1351
1412
|
{
|
|
1352
1413
|
readonly consistent: true;
|
|
1353
1414
|
readonly multiline: true;
|
|
@@ -1355,50 +1416,50 @@ export declare const defaults: {
|
|
|
1355
1416
|
}
|
|
1356
1417
|
];
|
|
1357
1418
|
readonly "jsonc/object-curly-spacing": readonly [
|
|
1358
|
-
|
|
1419
|
+
import("./rules/state.js").State.ON,
|
|
1359
1420
|
"always"
|
|
1360
1421
|
];
|
|
1361
|
-
readonly "jsonc/object-property-newline":
|
|
1362
|
-
readonly "jsonc/quote-props":
|
|
1363
|
-
readonly "jsonc/quotes":
|
|
1364
|
-
readonly "jsonc/space-unary-ops":
|
|
1422
|
+
readonly "jsonc/object-property-newline": import("./rules/state.js").State.ON;
|
|
1423
|
+
readonly "jsonc/quote-props": import("./rules/state.js").State.ON;
|
|
1424
|
+
readonly "jsonc/quotes": import("./rules/state.js").State.ON;
|
|
1425
|
+
readonly "jsonc/space-unary-ops": import("./rules/state.js").State.ON;
|
|
1365
1426
|
};
|
|
1366
1427
|
})[];
|
|
1367
1428
|
jsonc: {
|
|
1368
|
-
id:
|
|
1429
|
+
id: string;
|
|
1369
1430
|
rules: {
|
|
1370
|
-
readonly "jsonc/no-comments":
|
|
1431
|
+
readonly "jsonc/no-comments": import("./rules/state.js").State.OFF;
|
|
1371
1432
|
};
|
|
1372
1433
|
}[];
|
|
1373
1434
|
jsoncc: {
|
|
1374
|
-
id:
|
|
1435
|
+
id: string;
|
|
1375
1436
|
rules: {
|
|
1376
1437
|
readonly "jsonc/comma-dangle": readonly [
|
|
1377
|
-
|
|
1438
|
+
import("./rules/state.js").State.ON,
|
|
1378
1439
|
"always-multiline"
|
|
1379
1440
|
];
|
|
1380
1441
|
};
|
|
1381
1442
|
}[];
|
|
1382
1443
|
yml: ({
|
|
1383
|
-
id:
|
|
1444
|
+
id: string;
|
|
1384
1445
|
rules: {
|
|
1385
|
-
readonly "yml/block-mapping-colon-indicator-newline":
|
|
1386
|
-
readonly "yml/block-mapping-question-indicator-newline":
|
|
1387
|
-
readonly "yml/block-mapping":
|
|
1388
|
-
readonly "yml/block-sequence-hyphen-indicator-newline":
|
|
1389
|
-
readonly "yml/block-sequence":
|
|
1390
|
-
readonly "yml/indent":
|
|
1391
|
-
readonly "yml/no-empty-key":
|
|
1392
|
-
readonly "yml/no-empty-sequence-entry":
|
|
1393
|
-
readonly "yml/no-tab-indent":
|
|
1394
|
-
readonly "yml/no-trailing-zeros":
|
|
1395
|
-
readonly "yml/require-string-key":
|
|
1446
|
+
readonly "yml/block-mapping-colon-indicator-newline": import("./rules/state.js").State.ON;
|
|
1447
|
+
readonly "yml/block-mapping-question-indicator-newline": import("./rules/state.js").State.ON;
|
|
1448
|
+
readonly "yml/block-mapping": import("./rules/state.js").State.ON;
|
|
1449
|
+
readonly "yml/block-sequence-hyphen-indicator-newline": import("./rules/state.js").State.ON;
|
|
1450
|
+
readonly "yml/block-sequence": import("./rules/state.js").State.ON;
|
|
1451
|
+
readonly "yml/indent": import("./rules/state.js").State.ON;
|
|
1452
|
+
readonly "yml/no-empty-key": import("./rules/state.js").State.ON;
|
|
1453
|
+
readonly "yml/no-empty-sequence-entry": import("./rules/state.js").State.ON;
|
|
1454
|
+
readonly "yml/no-tab-indent": import("./rules/state.js").State.ON;
|
|
1455
|
+
readonly "yml/no-trailing-zeros": import("./rules/state.js").State.ON;
|
|
1456
|
+
readonly "yml/require-string-key": import("./rules/state.js").State.ON;
|
|
1396
1457
|
};
|
|
1397
1458
|
} | {
|
|
1398
|
-
id:
|
|
1459
|
+
id: string;
|
|
1399
1460
|
rules: {
|
|
1400
1461
|
readonly "yml/flow-mapping-curly-newline": readonly [
|
|
1401
|
-
|
|
1462
|
+
import("./rules/state.js").State.ON,
|
|
1402
1463
|
{
|
|
1403
1464
|
readonly consistent: true;
|
|
1404
1465
|
readonly multiline: true;
|
|
@@ -1406,15 +1467,15 @@ export declare const defaults: {
|
|
|
1406
1467
|
}
|
|
1407
1468
|
];
|
|
1408
1469
|
readonly "yml/flow-mapping-curly-spacing": readonly [
|
|
1409
|
-
|
|
1470
|
+
import("./rules/state.js").State.ON,
|
|
1410
1471
|
"always"
|
|
1411
1472
|
];
|
|
1412
|
-
readonly "yml/flow-sequence-bracket-newline":
|
|
1413
|
-
readonly "yml/flow-sequence-bracket-spacing":
|
|
1414
|
-
readonly "yml/key-spacing":
|
|
1415
|
-
readonly "yml/no-irregular-whitespace":
|
|
1473
|
+
readonly "yml/flow-sequence-bracket-newline": import("./rules/state.js").State.ON;
|
|
1474
|
+
readonly "yml/flow-sequence-bracket-spacing": import("./rules/state.js").State.ON;
|
|
1475
|
+
readonly "yml/key-spacing": import("./rules/state.js").State.ON;
|
|
1476
|
+
readonly "yml/no-irregular-whitespace": import("./rules/state.js").State.ON;
|
|
1416
1477
|
readonly "yml/no-multiple-empty-lines": readonly [
|
|
1417
|
-
|
|
1478
|
+
import("./rules/state.js").State.ON,
|
|
1418
1479
|
{
|
|
1419
1480
|
readonly max: 1;
|
|
1420
1481
|
readonly maxBOF: 0;
|
|
@@ -1422,7 +1483,7 @@ export declare const defaults: {
|
|
|
1422
1483
|
}
|
|
1423
1484
|
];
|
|
1424
1485
|
readonly "yml/spaced-comment": readonly [
|
|
1425
|
-
|
|
1486
|
+
import("./rules/state.js").State.ON,
|
|
1426
1487
|
"always",
|
|
1427
1488
|
{
|
|
1428
1489
|
readonly exceptions: readonly [
|
|
@@ -1444,4 +1505,5 @@ export declare const defaults: {
|
|
|
1444
1505
|
})[];
|
|
1445
1506
|
};
|
|
1446
1507
|
};
|
|
1508
|
+
export default _default;
|
|
1447
1509
|
//# sourceMappingURL=index.d.ts.map
|