mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@react-native-community',
|
|
rules: {
|
|
'@typescript-eslint/no-unused-vars': ['warn'],
|
|
semi: 0,
|
|
'no-spaced-func': 0,
|
|
},
|
|
}
|