Skip to content

Instantly share code, notes, and snippets.

View Tako's full-sized avatar

Maxime Gauché-Daumet Tako

View GitHub Profile
module.exports = {
'plugins': [
'react'
],
'ecmaFeatures': {
'jsx': true
},
'env': {
'browser': true,
'node': true,