mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 02:55:46 +00:00
bc654954a7
Reviewed By: cpojer Differential Revision: D5215552 fbshipit-source-id: 64106d322ccd3a39701a41e4efda4975db9aa52c
19 lines
287 B
Plaintext
19 lines
287 B
Plaintext
{
|
|
"extends": "eslint-config-fb-strict",
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"prettier/prettier": [
|
|
"error",
|
|
"fb",
|
|
"@format"
|
|
],
|
|
"max-len": 0,
|
|
"no-var": 0,
|
|
"prefer-arrow-callback": 0,
|
|
"sort-keys": 0
|
|
}
|
|
}
|