mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
{
|
|
"extends": "@react-native-community",
|
|
"rules": {
|
|
"quotes": [2, "single"],
|
|
"prettier/prettier": ["error", { "singleQuote": true }]
|
|
}
|
|
}
|