🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@aerian/eslint-config-node

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aerian/eslint-config-node

Aerian Studios' opinionated node formatting and best practices

13.2.0
latest
npm
Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

@aerian/eslint-config-node

This is a sharable ESLint config for node. If you're using TypeScript, add @aerian/eslint-config-typescript too.

If you're using Preact, try @aerian/eslint-config-preact

To install, run:

#npm
npm i -D eslint prettier @aerian/eslint-config-react

#yarn
yarn add -D  eslint prettier @aerian/eslint-config-react

To use it, create the following .eslintrc.json:

{
    "extends": ["@aerian/eslint-config-node"]
}

..or if you're using TypeScript:

{
    "extends": [
        "@aerian/eslint-config-node",
        "@aerian/eslint-config-typescript"
    ]
}

The base formatting uses Prettier, which parses and reformats your code. It runs this through ESLint, so you can run use eslint . --fix to apply Prettier formatting as well as ESLint rules.

Keywords

eslint

FAQs

Package last updated on 19 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts