mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
{
|
|
"extends": "@react-native-community",
|
|
"rules": {
|
|
"react/react-in-jsx-scope": 0,
|
|
"prettier/prettier": [
|
|
"error",
|
|
{
|
|
"singleQuote": true
|
|
}
|
|
]
|
|
},
|
|
"ignorePatterns": [
|
|
"node_modules/",
|
|
"dist/"
|
|
]
|
|
} |