Skip to content

Instantly share code, notes, and snippets.

@tizmagik
tizmagik / .eslintrc.js
Last active May 6, 2021 14:12 — forked from nkbt/.eslintrc.js
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],