mirror of
https://bitbucket.org/tagfer_team/tagfer-app.git
synced 2025-12-25 03:37:41 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
module.exports = {
|
|
"extends": "rallycoding",
|
|
"rules": {
|
|
"max-len": 0,
|
|
"react/require-extension": "off"
|
|
},
|
|
"globals": {
|
|
"fetch": true
|
|
}
|
|
} |