Giter Site home page Giter Site logo

eslint-config-typescript's Introduction

@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.

eslint-config-typescript's People

Contributors

grantasl19 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

eslint-config-typescript's Issues

TypeScript should be in devDependencies

In internal package TypeScript needed to be in dependencies because the code was built in the postinstall script.

Now that the package is published to NPM and built in the prepublishOnly script, TypeScript isn’t a consumer dependency.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.