File size: 134 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 | {
"arrowParens": "avoid",
"printWidth": 120,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
|
1e92f2d | 1 2 3 4 5 6 7 8 9 10 | {
"arrowParens": "avoid",
"printWidth": 120,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
|