Skip to content
Snippets Groups Projects
Commit 44c7e5c1 authored by Oswaldo Acauan's avatar Oswaldo Acauan
Browse files

Fix husky pre-commit

parent 2ac44903
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,9 @@
"start:prod": "meteor reset && ROOT_URL=http://127.0.0.1/html5client NODE_ENV=production meteor --production",
"start:dev": "ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
"test": "wdio ./tests/webdriverio/wdio.conf.js",
"lint": "eslint . --ext .jsx,.js",
"precommit": "lint-staged"
"lint": "eslint . --ext .jsx,.js"
},
"lint-staged": {
"gitDir": "../",
"linters": {
"*.{js,jsx}": [
"eslint --fix",
......@@ -109,5 +107,10 @@
"repository": {
"type": "git",
"url": "https://github.com/bigbluebutton/bigbluebutton.git"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment