mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Remove ESLint: Part I
This commit is contained in:
parent
8adb16e1f6
commit
4639911a04
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@ -12,13 +12,13 @@ First, before you run the linters, you will need to install them all **and** ins
|
|||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### JavaScript: Run JSCS and ESLint
|
### JavaScript: Run JSCS
|
||||||
|
|
||||||
We use [JSCS](http://jscs.info) and [ESLint](http://eslint.org) on our JavaScript files.
|
We use [JSCS](http://jscs.info) on our JavaScript files.
|
||||||
|
|
||||||
Our JSCS configuration is in our .jscsrc file, and we use [eslint-config-google](https://www.npmjs.com/package/eslint-config-google) in ESLint.
|
Our JSCS configuration is in our .jscsrc file.
|
||||||
|
|
||||||
To run ESLint, use `npm run eslint`. To run JSCS, use `npm run jscs`.
|
To run JSCS, use `npm run jscs`.
|
||||||
|
|
||||||
### CSS: Run StyleLint
|
### CSS: Run StyleLint
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user