Skip to content

Instantly share code, notes, and snippets.

@aprydatko
Created January 23, 2019 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprydatko/7305393666ebc5dc02525149af94fac0 to your computer and use it in GitHub Desktop.
Save aprydatko/7305393666ebc5dc02525149af94fac0 to your computer and use it in GitHub Desktop.
Eslint
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
plugins:
- eslint-plugin-css-modules
- eslint-plugin-html
parserOptions:
ecmaVersion: 2015
rules:
indent:
- error
- 4
linebreak-style:
- error
- windows
quotes:
- error
- single
semi:
- error
- always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment