mirror of
https://github.com/knadh/listmonk.git
synced 2025-11-11 18:22:06 +08:00
Add Prettier conf
This commit is contained in:
parent
b63b31ec52
commit
d0a7c3baf7
1 changed files with 3 additions and 0 deletions
3
frontend/package.json
vendored
3
frontend/package.json
vendored
|
|
@ -30,5 +30,8 @@
|
||||||
"eslint-plugin-prettier": "^3.0.1",
|
"eslint-plugin-prettier": "^3.0.1",
|
||||||
"less-plugin-npm-import": "^2.1.0",
|
"less-plugin-npm-import": "^2.1.0",
|
||||||
"prettier": "1.15.3"
|
"prettier": "1.15.3"
|
||||||
|
},
|
||||||
|
"prettier": {
|
||||||
|
"semi": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue