mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Fix docs, grunt is removed
This commit is contained in:
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/**/*
|
||||||
|
Reference in New Issue
Block a user