npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@exodus/eslint-config-javascript-babel

2.2.0

@joshuabot

npmHomeRepoSnykSocket
Downloads:25
$ npm install @exodus/eslint-config-javascript-babel
DailyWeeklyMonthlyYearly

@exodus/eslint-config-javascript-babel

Config for eslint to use in Exodus projects

Config for JS projects using Babel.

Use yarn add --dev @exodus/eslint-config-javascript-babel to install the package and the snippet below to initialize your .eslintrc.js

// .eslintrc.js
module.exports = {
  extends: ['@exodus/eslint-config-javascript-babel'],
  // ... customization
}