@qedjs/eslint-config-base

10.1.0 • Public • Published

Intro

This is my base ESLint config for TS projects. 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 @qedjs/eslint-config-base

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i @qedjs/eslint-config-base

Weekly Downloads

0

Version

10.1.0

License

MIT

Unpacked Size

5.63 kB

Total Files

6

Last publish

Collaborators

  • oaspkg