Skip to content
Snippets Groups Projects
Commit 948fc884 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Updated to Stylelint 26.

parent 40b0b096
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ module.exports = {
'font-family-name-quotes': 'always-unless-keyword',
'font-family-no-duplicate-names': true,
'font-family-no-missing-generic-family-keyword': true,
'function-calc-no-invalid': true,
'function-calc-no-unspaced-operator': true,
'function-comma-space-after': 'always-single-line',
'function-comma-space-before': 'never',
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{
"name": "@unlsoft/eslint-config",
"version": "1.0.0",
"version": "3.0.0",
"description": "stylelint configuration used by the UNL SOFT core courses.",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"stylelint-config-standard": ">= 22"
"stylelint-config-standard": ">= 26"
},
"peerDependencies": {
"stylelint-config-standard": ">= 22"
"stylelint-config-standard": ">= 26"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment