mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
23 lines
488 B
Plaintext
23 lines
488 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"plugins": [
|
|
"flowtype",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"flowtype/boolean-style": [
|
|
2,
|
|
"boolean"
|
|
],
|
|
"flowtype/no-weak-types": 2,
|
|
"flowtype/delimiter-dangle": 2,
|
|
"prettier/prettier": ["error", {
|
|
"singleQuote": true,
|
|
"bracketSpacing": false,
|
|
"parser": "flow",
|
|
"tabWidth": 4,
|
|
"printWidth": 100
|
|
}]
|
|
}
|
|
}
|