UNPKG

@fuchsfox/eslint-config-ff

Version:
10 lines (9 loc) 226 B
module.exports = { extends: ['./lib/core.js', './lib/react.js', './lib/prettier.js'], env: { browser: true, commonjs: true }, plugins: ['xss'], globals: { window: true, }, rules: require('./lib/rules/xss'), };