eslint corrections

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-25 08:53:42 -07:00
parent 9f812176b3
commit 2ea8297dd5
11 changed files with 1338 additions and 1242 deletions

View File

@@ -3,7 +3,8 @@
"version": "1.0.0",
"description": "Code for construction of the GenderDysphoria.fyi website",
"scripts": {
"test": "eslint ./ --fix"
"test": "eslint 'build/**/*.js' 'js/**/*.{js,jsx}' 'terraform/**/*.js' --fix",
"build": "gulp prod"
},
"engines": {
"node": ">=12.14.0"