Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upleveled/eslint-config-upleveled
UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js
https://github.com/upleveled/eslint-config-upleveled
eslint eslint-config expo javascript linting next-js node-js postgresql react react-native typescript
Last synced: 3 days ago
JSON representation
UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js
- Host: GitHub
- URL: https://github.com/upleveled/eslint-config-upleveled
- Owner: upleveled
- Created: 2020-05-26T13:21:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:32:45.000Z (13 days ago)
- Last Synced: 2025-01-27T08:58:21.800Z (10 days ago)
- Topics: eslint, eslint-config, expo, javascript, linting, next-js, node-js, postgresql, react, react-native, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-upleveled
- Size: 4.97 MB
- Stars: 42
- Watchers: 4
- Forks: 12
- Open Issues: 30
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# UpLeveled ESLint Config
UpLeveled ESLint defaults for programming in JavaScript, TypeScript, React, Next.js, Node.js, Postgres.js
## Setup
To add ESLint configuration to a project, install the dependencies and add the config files:
```sh
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`](./__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).