aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
blob: 8dae945e3b9fda692bd1b7a12dab1e950e3b71b0 (plain) (blame)
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],
    }
}