๐Ÿ“ฆ ctcpip / eslint-config-ultra-mega

the best eslint config ๐Ÿ”ง๐Ÿ”ฅโš™๏ธ

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ GNU General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/ctcpip/eslint-config-ultra-mega.git
HTTPS git clone https://github.com/ctcpip/eslint-config-ultra-mega.git
SSH git clone git@github.com:ctcpip/eslint-config-ultra-mega.git
CLI gh repo clone ctcpip/eslint-config-ultra-mega
ctcpip ctcpip ๐Ÿ”– v2.1.0 9c4ec5f 6 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ test
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmrc
๐Ÿ“„ eslint.config.cjs
๐Ÿ“„ index.cjs
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

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