[build] upgrade eslint to 9.37.0 (#88)
Co-authored-by: tobi <tobi.smethurst@protonmail.com> Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/88 Co-authored-by: Zoë Bijl <moiety@noreply.codeberg.org> Co-committed-by: Zoë Bijl <moiety@noreply.codeberg.org>
This commit is contained in:
@@ -1,45 +1,45 @@
|
||||
module.exports = {
|
||||
extends: ['stylelint-config-standard-scss'],
|
||||
extends: ["stylelint-config-standard-scss"],
|
||||
ignoreFiles: [
|
||||
'app/javascript/styles/mastodon/reset.scss',
|
||||
'app/javascript/flavours/glitch/styles/reset.scss',
|
||||
'app/javascript/styles/win95.scss',
|
||||
'coverage/**/*',
|
||||
'node_modules/**/*',
|
||||
'public/assets/**/*',
|
||||
'public/packs/**/*',
|
||||
'public/packs-test/**/*',
|
||||
'vendor/**/*',
|
||||
"app/javascript/styles/mastodon/reset.scss",
|
||||
"app/javascript/flavours/glitch/styles/reset.scss",
|
||||
"app/javascript/styles/win95.scss",
|
||||
"coverage/**/*",
|
||||
"node_modules/**/*",
|
||||
"public/assets/**/*",
|
||||
"public/packs/**/*",
|
||||
"public/packs-test/**/*",
|
||||
"vendor/**/*",
|
||||
],
|
||||
reportDescriptionlessDisables: true,
|
||||
reportInvalidScopeDisables: true,
|
||||
reportNeedlessDisables: true,
|
||||
rules: {
|
||||
'at-rule-empty-line-before': null,
|
||||
'color-function-notation': null,
|
||||
'color-hex-length': null,
|
||||
'declaration-block-no-redundant-longhand-properties': null,
|
||||
'no-descending-specificity': null,
|
||||
'no-duplicate-selectors': null,
|
||||
'number-max-precision': 8,
|
||||
'property-no-vendor-prefix': null,
|
||||
'selector-class-pattern': null,
|
||||
'selector-id-pattern': null,
|
||||
'value-keyword-case': null,
|
||||
'value-no-vendor-prefix': null,
|
||||
"at-rule-empty-line-before": null,
|
||||
"color-function-notation": null,
|
||||
"color-hex-length": null,
|
||||
"declaration-block-no-redundant-longhand-properties": null,
|
||||
"no-descending-specificity": null,
|
||||
"no-duplicate-selectors": null,
|
||||
"number-max-precision": 8,
|
||||
"property-no-vendor-prefix": null,
|
||||
"selector-class-pattern": null,
|
||||
"selector-id-pattern": null,
|
||||
"value-keyword-case": null,
|
||||
"value-no-vendor-prefix": null,
|
||||
|
||||
'scss/dollar-variable-empty-line-before': null,
|
||||
'scss/no-global-function-names': null,
|
||||
"scss/dollar-variable-empty-line-before": null,
|
||||
"scss/no-global-function-names": null,
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
'files': ['app/javascript/styles/mailer.scss'],
|
||||
"files": ["app/javascript/styles/mailer.scss"],
|
||||
rules: {
|
||||
'property-no-unknown': [
|
||||
"property-no-unknown": [
|
||||
true,
|
||||
{
|
||||
ignoreProperties: [
|
||||
'/^mso-/',
|
||||
"/^mso-/",
|
||||
] },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user