@hydre/eslint-config-hydre

1.4.16 • Public • Published

@hydre/eslint-config-hydre

A strict opinionated ESLint shareable config for the Hydre JavaScript style guide

Install

npm install -D \
  eslint \
  babel-eslint@next \
  eslint-plugin-unicorn \
  @hydre/eslint-config-hydre

Usage

Add to your .eslintrc.yml file

env:
  node: true
  es2020: true
plugins:
  - unicorn
extends:
  - "@hydre/eslint-config-hydre"
globals:
  Atomics: readonly
  SharedArrayBuffer: readonly
# Nodejs support some experimental ecma features but not eslint
parser: babel-eslint
parserOptions:
  sourceType: module
  configFile: package.json
  ecmaVersion: 11

format

we suggest using prettier-eslint-cli

"lint": "prettier-eslint $PWD/\"**/*.js\" --print-width 60 --list-different && eslint --color .",
"format": "prettier-eslint $PWD/\"**/*.js\" --print-width 60 --write",

Package Sidebar

Install

npm i @hydre/eslint-config-hydre

Weekly Downloads

2

Version

1.4.16

License

UNLICENSE

Unpacked Size

22.6 kB

Total Files

4

Last publish

Collaborators

  • sceat
  • hydre-bot
  • deltaevo