2.0.0 • Published 11 months ago

eslint-config-ultra-mega v2.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
11 months ago

eslint-config-ultra-mega

the best eslint config 🔧🔥⚙️

use

npm install eslint-config-ultra-mega --save-dev

then in your eslint config file:

for ESM:

import ultraMegaConfig from 'eslint-config-ultra-mega';

export default [
  ...ultraMegaConfig,
];

or for CJS:

const ultraMegaConfig = require('eslint-config-ultra-mega');

module.exports = [
  ...ultraMegaConfig,
];

see the eslint docs for more information

2.0.0

11 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago