This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
knex
Watch
1
Star
0
Fork
0
You've already forked knex
mirror of
https://github.com/knex/knex.git
synced
2025-06-26 22:00:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
knex
/
.prettierrc
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Prettier (#2697) * Add prettier * Run files through prettier
2018-07-09 08:10:34 -04:00
{
Enforce Unix (lf) line terminators (#3598)
2019-12-29 20:28:40 +01:00
"arrowParens": "always",
Improve linting (#5460) Co-authored-by: Olivier Cavadenti <olivier.cavadenti@gmail.com>
2023-07-12 21:42:57 +01:00
"singleQuote": true,
"trailingComma": "es5"
Enforce Unix (lf) line terminators (#3598)
2019-12-29 20:28:40 +01:00
}
Reference in New Issue
Copy Permalink