UNPKG

eslint-config-jam

Version:

eslint config based on airbnb with overkill rules disabled

11 lines (10 loc) 138 B
"use strict"; module.exports = { overrides: [{ files: '*.test.js', env: { jest: true }, plugins: ['jest'] }] };