1.0.1 • Published 2 years ago

@noxar/eslint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Noxar ESLint Config

ESLint formatting rules for the Noxar project.

Installation & Usage

Installation with npm:

npm install @noxar/eslint-config --save-dev

Now just add a reference to your .eslintrc:

{
    "extends": "noxar"
}

General Rules

  • use spaces instead of tabs for indentation
  • one intendation should consist of 4 spaces
  • all files should have Unix/Linux style line endings (LF)
  • all files (that aren't plaintext) should end with a newline
  • no trailing whitespaces