react-spy-scroll
Version:
Scrollspy components for react
21 lines • 664 B
Plain Text
{
"env": {
"browser": true
},
"parser": "babel-eslint",
"extends": "airbnb",
"ecmaFeatures": { "experimentalObjectRestSpread": true },
"rules": {
"no-unused-vars": [2, {"argsIgnorePattern": "^_"}],
"indent": [2, 4, {"SwitchCase": 1}],
"max-len": [2, 120, 4],
"comma-dangle": [2, "never"],
"react/jsx-indent-props": [2, 4],
"arrow-parens": [2, "always"],
"no-confusing-arrow": [0],
"no-underscore-dangle": [0],
"react/jsx-filename-extension": [2, { "extensions": [".js", ".jsx"] }],
"import/no-extraneous-dependencies": ["error", {"devDependencies": true }],
"import/no-named-as-default-member": [0]
}
}