Remove stylelint

This development dependency was resulting in normalize.css being marked
as containing a potential security vulnerability.
This commit is contained in:
Nicolas Gallagher 2018-11-04 17:37:24 -08:00
parent 7369f56689
commit b6cc0ceb21
3 changed files with 3 additions and 2177 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"
]
}
]
}
}
} }