Skip to content

Instantly share code, notes, and snippets.

View kreedz's full-sized avatar

Artur Tukaev kreedz

  • Russia, Ufa
View GitHub Profile
@kreedz
kreedz / eslint.json
Created November 7, 2018 16:01 — forked from Nek/eslint.json
JS support in Emacs
// Part of package.json with eslint configuration I use.
// You'll need eslint-plugin-prettier in your dev dependencies
// and probably a bunch of other things. Eslint will complain.
// Just install what it asks for.
"eslintConfig": {
"extends": "react-app",
"plugins": [
"prettier"
],