@lepauloricardo/sequelize-simple-cache
Version:
A simple, transparent, client-side, in-memory cache for Sequelize (Fork de funny-bytes/sequelize-simple-cache)
45 lines • 823 B
JSON
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"overrides": [
{
"files": "*.json",
"options": {
"printWidth": 80,
"tabWidth": 2
}
},
{
"files": "*.css",
"options": {
"singleQuote": false,
"printWidth": 80
}
},
{
"files": "*.ts",
"options": {
"parser": "typescript",
"singleQuote": true,
"trailingComma": "all"
}
},
{
"files": "*.tsx",
"options": {
"parser": "typescript",
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all"
}
}
]
}