@alexandre-fernandez/eslint-config
v1.2.0
Published
Configuration for ESLint.
Maintainers
Readme
Installation
# npm
npm install -D @alexandre-fernandez/eslint-config eslint
# yarn
yarn add -D @alexandre-fernandez/eslint-config eslint
# pnpm
pnpm add -D @alexandre-fernandez/eslint-config eslintThen, import the package inside of an eslint.config.js file and add it into the exported array using extends, like this:
import alexandreFernandezEslintConfig from "@alexandre-fernandez/eslint-config"
/** @type {import('eslint').Linter.Config[]} */
export default [...alexandreFernandezEslintConfig]