@peterek/eslint-config-base

1.0.2 • Public • Published

@peterek/eslint-config-base

An ESLint shareable config base for language specific configurations using Prettier and JavaScript Standard Style as ESLint rules.

This is a base configuration for more language specific configs such as @peterek/eslint-config-js or @peterek/eslint-config-ts. DO NOT USE DIRECTLY!

Usage

ESLint config

This package has two main files (base & end). To ensure all the extending configurations align with prettier & standard configs, you have to put all other extends between these modules.

{
  "extends": [
    "@peterek/base/start",

    // all the additional configurations should be put here,

    "@peterek/base/end"
  ]
}

Package Sidebar

Install

npm i @peterek/eslint-config-base

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

4.42 kB

Total Files

9

Last publish

Collaborators

  • peterek