mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
Remove stylelint
This development dependency was resulting in normalize.css being marked as containing a potential security vulnerability.
This commit is contained in:
parent
7369f56689
commit
b6cc0ceb21
@ -119,12 +119,6 @@ project:
|
|||||||
[interactive rebase](https://help.github.com/articles/interactive-rebase)
|
[interactive rebase](https://help.github.com/articles/interactive-rebase)
|
||||||
feature to tidy up your commits before making them public.
|
feature to tidy up your commits before making them public.
|
||||||
|
|
||||||
Be sure to test the `normalize.css` file for style conformance.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm test
|
|
||||||
```
|
|
||||||
|
|
||||||
Be sure to add a test to the `test.html` file if appropriate, and test
|
Be sure to add a test to the `test.html` file if appropriate, and test
|
||||||
your change in all supported browsers.
|
your change in all supported browsers.
|
||||||
|
|
||||||
|
2152
package-lock.json
generated
2152
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -8,28 +8,8 @@
|
|||||||
"LICENSE.md",
|
"LICENSE.md",
|
||||||
"normalize.css"
|
"normalize.css"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
|
||||||
"stylelint": "^7.9.0",
|
|
||||||
"stylelint-config-standard": "^16.0.0"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "stylelint normalize.css"
|
|
||||||
},
|
|
||||||
"repository": "necolas/normalize.css",
|
"repository": "necolas/normalize.css",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/necolas/normalize.css/issues",
|
"bugs": "https://github.com/necolas/normalize.css/issues",
|
||||||
"homepage": "https://necolas.github.io/normalize.css",
|
"homepage": "https://necolas.github.io/normalize.css"
|
||||||
"stylelint": {
|
|
||||||
"extends": "stylelint-config-standard",
|
|
||||||
"rules": {
|
|
||||||
"font-family-no-duplicate-names": [
|
|
||||||
true,
|
|
||||||
{
|
|
||||||
"ignoreFontFamilyNames": [
|
|
||||||
"monospace"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user