This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Commit ea68d04
authored
(ci)Add npm script to run linter (#165)
* (ci)Add npm script to run linter
This branch adds the ability to check linting by running `npm run lint`.
The configuration is present at `.eslintrc` and focuses on the
directories: src/ and test/
Future change: run it as a job with Travis CI.
* (ci)add linting to travis
* (core) undo changes for build/ file
* (chore) change eslint to run with an allow list1 parent 02281f2 commit ea68d04
File tree
8 files changed
+571
-14
lines changed- src/renderer
8 files changed
+571
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
0 commit comments