💅 Update ESLint scope (#204)

* lint: let eslint lint all js files in project && auto-fix

* lint: ignore dist, unignore eleventy config

* del unused minified file

* 💅
This commit is contained in:
Oscar
2020-06-11 19:12:58 +02:00
committed by GitHub
parent 6f0a29f859
commit 10c0a7296d
5 changed files with 187 additions and 169 deletions

2
.eslintignore Normal file
View File

@ -0,0 +1,2 @@
dist/
!.eleventy.js