upleveled / eslint-config-upleveled

UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js

Home Page:https://www.npmjs.com/package/eslint-config-upleveled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpLeveled ESLint Config

UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js

Screenshot of errors and warnings generated by this configuration

Setup

To add ESLint configuration to a project, install the dependencies and add the config files:

pnpm add --save-dev eslint-config-upleveled@latest
pnpm upleveled-eslint-install

Verify Setup

To verify that the configuration is working properly, you can try pasting the contents of __tests__/index.js into a new file and seeing whether you get the same warning messages as in the screenshot at the beginning of the readme (you may need to hover over the words underlined with orange / red squiggly lines).

About

UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js

https://www.npmjs.com/package/eslint-config-upleveled


Languages

Language:JavaScript 100.0%Language:CSS 0.0%