UNPKG

eslint-flat-config-airbnb

Version:

A mostly reasonable approach to JavaScript and React using Airbnb's ESLint config, updated for ESLint 9+

8 lines (6 loc) 100 B
const strict = { rules: { strict: ['error', 'never'], }, }; export default strict;