Skip to content

Instantly share code, notes, and snippets.

View MoAboabdo's full-sized avatar
💭
Software Engineer,Web Developer

Mohammed Abo abdo MoAboabdo

💭
Software Engineer,Web Developer
View GitHub Profile
@MoAboabdo
MoAboabdo / .eslintrc.json
Created June 1, 2019 14:56 — forked from coryhouse/.eslintrc.json
.eslintrc.json file for "Building a JavaScript Development" Pluralsight course
{
"root": true,
"extends": [
"eslint:recommended",
"plugin:import/errors",
"plugin:import/warnings"
],
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module"