UNPKG

react-slider-simple

Version:
17 lines (16 loc) 356 B
{ "parser": "babel-eslint", "extends": "airbnb", "rules": { "no-restricted-globals": 0, "no-underscore-dangle": 0, "react/sort-comp": 0, "jsx-a11y/no-static-element-interactions": 0, "react/forbid-prop-types": 0, "react/jsx-filename-extension": 0, }, "env": { "browser": true, "node": true, }, }