mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix docs, grunt is removed
This commit is contained in:
parent
e7fc4ef1e7
commit
1eecf4b2c7
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -5,7 +5,7 @@ Thanks for contributing to MagicMirror²!
|
|||||||
|
|
||||||
We hold our code to standard, and these standards are documented below.
|
We hold our code to standard, and these standards are documented below.
|
||||||
|
|
||||||
If you wish to run both linters, use `grunt` without any arguments.
|
If you wish to run our linters, use `npm run lint` without any arguments.
|
||||||
|
|
||||||
### JavaScript: Run ESLint
|
### JavaScript: Run ESLint
|
||||||
|
|
||||||
@ -13,13 +13,13 @@ We use [ESLint](https://eslint.org) on our JavaScript files.
|
|||||||
|
|
||||||
Our ESLint configuration is in our .eslintrc.json and .eslintignore files.
|
Our ESLint configuration is in our .eslintrc.json and .eslintignore files.
|
||||||
|
|
||||||
To run ESLint, use `grunt eslint`.
|
To run ESLint, use `npm run lint:js`.
|
||||||
|
|
||||||
### CSS: Run StyleLint
|
### CSS: Run StyleLint
|
||||||
|
|
||||||
We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is in our .stylelintrc file.
|
We use [StyleLint](https://stylelint.io) to lint our CSS. Our configuration is in our .stylelintrc file.
|
||||||
|
|
||||||
To run StyleLint, use `grunt stylelint`.
|
To run StyleLint, use `npm run lint:style`.
|
||||||
|
|
||||||
### Submitting Issues
|
### Submitting Issues
|
||||||
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,7 +8,6 @@ pids
|
|||||||
*.seed
|
*.seed
|
||||||
lib-cov
|
lib-cov
|
||||||
coverage
|
coverage
|
||||||
.grunt
|
|
||||||
.lock-wscript
|
.lock-wscript
|
||||||
build/Release
|
build/Release
|
||||||
/node_modules/**/*
|
/node_modules/**/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user