Skip to content

Commit

Permalink
Use troll eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Oct 1, 2022
1 parent 70ec9a1 commit a17bd87
Show file tree
Hide file tree
Showing 8 changed files with 243 additions and 2,773 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ install/
flatpak/
node_modules/
repo/
troll/
2 changes: 2 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extends:
- ./troll/.eslintrc.yaml
50 changes: 0 additions & 50 deletions .eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ install
*~
*.compiled
Playhouse.flatpak
troll
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: build lint test

build:
npm install
cd troll && npm install

lint:
./node_modules/.bin/eslint --max-warnings=0 ..

test: lint
Loading

0 comments on commit a17bd87

Please sign in to comment.