legap / eslint-example

Simple eslint example to detect IE11 problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started with ESlint

Basic installation

Init the project with yarn and add eslint as package:

yarn init
yarn add eslint --dev
yarn install

Configure eslint

This command starts an interactive console:

yarn eslint --init

Run eslint

yarn eslint **/*.js

About

Simple eslint example to detect IE11 problems


Languages

Language:JavaScript 100.0%