Skip to content

Commit

Permalink
fix(lint): disable stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Apr 27, 2022
1 parent 127a9ca commit c238fd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dist:linux": "electron-builder --linux AppImage",
"start": "electron dist/main/main.js",
"start:mac": "open -n 'electron/dist/mac/mac/Mails par Archifiltre.app'",
"lint": "eslint src/ && stylelint src/",
"lint": "eslint src/",
"//lint": "eslint src/ && stylelint src/",
"lint:fix": "eslint --fix src/ && stylelint --fix src/",
"lint:test": "eslint -c tests/.eslintrc.json 'tests/**/*.ts*'",
"lint:fix-test": "eslint --fix -c tests/.eslintrc.json 'tests/**/*.ts*'",
Expand Down Expand Up @@ -212,4 +213,4 @@
"xlsx": "^0.18.0",
"zustand": "^3.7.0"
}
}
}

0 comments on commit c238fd9

Please sign in to comment.