mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #24 from overleaf/jpa-fix-prettier-eslint-glob-take2
[misc] fix prettier-eslint glob for real -- include tests
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"version": "2.1.1",
|
||||
"scripts": {
|
||||
"test": "mocha test/**/*.js",
|
||||
"format": "prettier-eslint $PWD'**/*.js' --list-different",
|
||||
"format:fix": "prettier-eslint $PWD'**/*.js' --write",
|
||||
"format": "prettier-eslint $PWD'/**/*.js' --list-different",
|
||||
"format:fix": "prettier-eslint $PWD'/**/*.js' --write",
|
||||
"lint": "eslint -f unix ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user