1.0.3 • Published 2 months ago

dzuelu-eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

eslint-config

A lint config that can be used in other projects as simply as possible

Create a .eslintrc.js file with the following

const defaultLint = require('dzuelu-eslint-config');

module.exports = defaultLint;

And add the following to package.json scripts

"lint": "eslint . --ext .ts"