UNPKG

eslint-flat-config-airbnb

Version:

A mostly reasonable approach to JavaScript, updated for ESLint 9+

7 lines (6 loc) 112 B
module.exports = { rules: { // babel inserts `'use strict';` for us strict: ['error', 'never'] } };