extends: airbnb parser: babel-eslint plugins: - babel - json env: browser: true node: true es6: true rules: no-underscore-dangle: 'off' no-plusplus: - error - allowForLoopAfterthoughts: true react/no-array-index-key: 0