Skip to content

Commit

Permalink
fix: added lint in schemes files.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 21, 2019
1 parent 9c9592a commit 773d0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build:themes": "gulp themes",
"build:schemes": "gulp schemes",
"build:icons": "gulp icons",
"lint": "eslint \"*.js\" \"src/**/*.json\" \"src/**/**/*.json\" \"gulp-tasks/*.js\"",
"lint": "eslint \"*.js\" \"src/**/*.json\" \"src/**/**/*.json\" \"src/**/**/**/*.json\" \"gulp-tasks/*.js\"",
"lint:fix": "./node_modules/.bin/eslint src/**/*.json --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 773d0f6

Please sign in to comment.