UNPKG

eslint-plugin-jsx-secure-form

Version:

Plugin that checks if you fields have spellcheck attribute set to false

20 lines (18 loc) 339 B
"use strict"; module.exports = { root: true, extends: [ "eslint:recommended", "plugin:eslint-plugin/recommended", "plugin:node/recommended", ], env: { node: true, }, overrides: [ { files: ["tests/**/*.js"], env: { mocha: true }, }, ], };