0.1.10 • Published 5 years ago

@intracto/eslint-config-intracto v0.1.10

Weekly downloads
19
License
MIT
Repository
-
Last release
5 years ago

eslint-config-intracto

Introduction

This repository contains sample linting configs for, .js and .ts files. Currently they are all based on recommended configs, prettier and AirBnB.

How to use

Installing

To install this repo, run:

yarn global add install-peerdeps
install-peerdeps --dev "@intracto/eslint-config-intracto"

And then create a file .eslintrc.json. Add this config if your codebase is based on VanillaJS/ES6:

{
  "extends": ["@intracto/eslint-config-intracto/js"]
}

And this config if you are using TypeScript:

{
  "extends": ["@intracto/eslint-config-intracto/ts"]
}
0.1.10

5 years ago

0.1.8

5 years ago

0.1.9

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago