UNPKG

custom-select

Version:

A lightweight JavaScript library for custom HTML <select> creation and managing. No dependencies needed.

16 lines (15 loc) 282 B
module.exports = { "extends": "airbnb", "env": { "browser": true }, "plugins": [ "react", "jsx-a11y", "import" ], "rules": { "vars-on-top": 1, "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }] } };