mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-01-12 09:24:10 +08:00
6 lines
128 B
JSON
6 lines
128 B
JSON
{
|
|
"extends": "airbnb",
|
|
"rules": {
|
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
|
|
}
|
|
} |