UNPKG

reliance-react-checkbox-tree

Version:

Fork of checkbox tree in React by Jake Zatecky: https://github.com/jakezatecky/react-checkbox-tree.

24 lines (22 loc) 497 B
{ "extends": "takiyon-react", "env": { "browser": true, "node": true }, "settings": { "import/resolver": { // "Fixes Node resolution issues in ESLint v6 // https://github.com/benmosher/eslint-plugin-import/issues/1396 "node": {}, "webpack": { "config": "webpack.test.config.js" } } }, "rules": { "react/destructuring-assignment": "off", "react/jsx-sort-props": "off", "linebreak-style": 0 } }