1 2 3 4 5 6 7 8
{ "parser": "babel-eslint", "plugins": ["react"], "rules": { "max-len": [1, 120, 2, {ignoreComments: true}], "react/prop-types": [0], } }