Skip to content

Commit

Permalink
Merge pull request #27 from ProjectEvergreen/improvement/add-linting
Browse files Browse the repository at this point in the history
integrate linting and code quality tools
  • Loading branch information
aholtzman authored Dec 26, 2020
2 parents 28aac42 + 1f5ac86 commit 9e16977
Show file tree
Hide file tree
Showing 6 changed files with 1,575 additions and 32 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Installing project dependencies
run: |
npm ci
- name: Lint
run: |
npm run lint
- name: Build
run: |
npm run build
npm run build
16 changes: 16 additions & 0 deletions .ls-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ls:
.js: lowercase
.json: lowercase
.css: lowercase
.html: lowercase
.ico: lowercase
.jpg: lowercase
.png: lowercase
.svg: lowercase
.tff: lowercase
.woff: lowercase
.woff2: lowercase

ignore:
- .git
- node_modules
Loading

0 comments on commit 9e16977

Please sign in to comment.