mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-05 09:00:04 +08:00
@@ -92,7 +92,6 @@ module.exports = {
|
||||
'no-loop-func': WARNING,
|
||||
'no-mixed-operators': [WARNING, {
|
||||
groups: [
|
||||
['+', '-', '*', '/', '%', '**'],
|
||||
['&', '|', '^', '~', '<<', '>>', '>>>'],
|
||||
['==', '!=', '===', '!==', '>', '>=', '<', '<='],
|
||||
['&&', '||'],
|
||||
|
||||
Reference in New Issue
Block a user