Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

⚙️ ESLint shareable configuration style guide file used by various internal projects

License

Notifications You must be signed in to change notification settings

BRIXTOL/eslint-config-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@brixtol/eslint-config-javascript

This package includes the shareable ESLint configuration consumed by Brixtol Textiles on JavaScript projects. This configuration uses the Babel.

Install

pnpm

pnpm i @brixtol/eslint-config-javascript --save-dev

Usage

Extend the configuration with package.json

{
  "eslintConfig": {
    "ignorePatterns": "*.html",
    "extends": ["@brixtol/eslint-config-javascript"],
    "rules": {}
  }
}

Troubleshoot

If the shareable config is being consumed outside the brixtol monorepo then you may need install deps into that project:

pnpm i @babel/eslint-parser @babel/eslint-plugin eslint eslint-config-standard eslint-import-resolver-babel-module eslint-plugin-import eslint-plugin-node eslint-plugin-promise --save-dev

Related

License

MIT


We open source!

About

⚙️ ESLint shareable configuration style guide file used by various internal projects

Topics

Resources

License

Stars

Watchers

Forks