Skip to content

Commit 4279823

Browse files
authored
Remove eslint (#14)
* Use clean install in workflow * Remove eslint
1 parent 4655ec8 commit 4279823

File tree

6 files changed

+34
-1830
lines changed

6 files changed

+34
-1830
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- run: npm install
14+
- run: npm ci
1515
- run: npm run all
1616
- uses: actions/upload-artifact@v2
1717
with:

0 commit comments

Comments
 (0)