mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-04-29 20:57:07 +08:00
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
|
"import/no-extraneous-dependencies": [0],
|
|
"import/no-unresolved": [2, { ignore: ['^react(-native)?$'] }],
|
|
"import/extensions": [2, { "js": "never", "json": "always" }]
|
|
}
|
|
}
|