0.0.14 • Published 1 year ago

eslint-config-styli-v2 v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Styli - Javascript Guidelines

N|Solid

yarn add -D eslint-styli

Eslint file for NodeJs Projects:

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