Skip to content

Instantly share code, notes, and snippets.

View Renddslow's full-sized avatar
👀

Matt McElwee Renddslow

👀
View GitHub Profile
@TehShrike
TehShrike / .eslint-fixable.js
Last active February 7, 2019 23:39
Fixable eslint config
const never = [ 'warn', 'never' ]
const always = [ 'warn', 'always' ]
const asNeeded = [ 'error', 'as-needed' ]
module.exports = {
plugins: [
'html',
],
parserOptions: {
ecmaVersion: 8,