Skip to content

Commit

Permalink
Merge pull request #509 from LikaKavkasidze/tooling
Browse files Browse the repository at this point in the history
Tooling update
  • Loading branch information
StaloneLab authored Apr 24, 2024
2 parents b022475 + b16ca78 commit d508df7
Show file tree
Hide file tree
Showing 323 changed files with 17,930 additions and 21,886 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

195 changes: 0 additions & 195 deletions .eslintrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Install eslint
run: npm install -g eslint@8
- name: Install local dependencies
run: npm ci

- name: Run linter
run: npm run lint
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ npm-debug.log
lerna-debug.log
.idea
.tern-port
.vscode
.vscode
.nx
Loading

0 comments on commit d508df7

Please sign in to comment.