dzuelu-eslint-config
v1.0.3
Published
Common eslint config used in node, mostly for Dzuelu projects but use it if it helps ya!
Readme
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"