0.0.1 • Published 2 years ago

eslint-config-slh v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Common - Javascript Guidelines

yarn add -D eslint-config-slh

Eslint file for NodeJs Projects:

module.exports = {
  env: {
    es2021: true,
    node: true
  },
  extends: ['slh'],
  parserOptions: {
    ecmaVersion: 12
  }
};