mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-13 17:45:46 +08:00
12 lines
155 B
Plaintext
12 lines
155 B
Plaintext
{
|
|
"extends": "../.eslintrc",
|
|
|
|
"settings": {
|
|
"import/core-modules": [ "react-native-paper" ]
|
|
},
|
|
|
|
"rules": {
|
|
"react/prop-types": "off"
|
|
}
|
|
}
|