UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

13 lines (12 loc) 202 B
/** * Rules in progress. * * Do not expect these to adhere to semver across releases. * @type {Object} */ module.exports = { plugins: ['import'], rules: { 'import/no-deprecated': 1, }, }