Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Shared ESLint config for ASL19 TypeScript projects

License

Notifications You must be signed in to change notification settings

ASL-19/eslint-config-typescript

Repository files navigation

@asl-19/eslint-config-typescript

Shared ESLint config for ASL19 TypeScript projects.

React + TypeScript projects should use @asl-19/eslint-config-typescript-react.

How to use

Install

yarn add @asl-19/eslint-config-typescript --dev
npx install-peerdeps @asl-19/eslint-config-typescript --dev

Add to ESLint config

Create a .eslintrc.js containing (at least) the following:

module.exports = {
  extends: ["@asl-19/typescript"],
};

Compatibility

This package is developed and used with Node.js 12 (the active LTS release as of 2020-06). The code should be forward-compatible, but use with newer Node.js versions is untested and unsupported.

About

Shared ESLint config for ASL19 TypeScript projects

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors