mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"extends":["onepass"],
|
|
"env": {
|
|
"browser": true,
|
|
"webextensions": true
|
|
},
|
|
"rules": {
|
|
"no-console": 0,
|
|
"no-extend-native": 0,
|
|
"react/jsx-filename-extension": [1, { "extensions": [".jsx", "tsx"] }],
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 4
|
|
}
|
|
]
|
|
}
|
|
} |