12.0.0 • Published 1 year ago

@wallopsio/eslint-config-base v12.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Intro

Mirrored from another source to https://github.com/wallopsio/eslint-config.

This is a base ESLint config for TS projects forked from NiGhTTraX/eslint-config. The config can be used standalone, but its main purpose is to be extended by eslint-config-ts and eslint-config-tsx.

Install

npm i eslint eslint-plugin-import eslint-plugin-prettier
npm i @wallopsio/eslint-config-base

Usage

module.exports = {
  'root': true,
  
  'extends': [
    '@wallopsio/eslint-config-base'
  ]
};