Skip to content

Test css js loader #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update the eslint config versions
  • Loading branch information
Iyanu-Tomiwa committed Mar 22, 2017
commit 0d58eb322f8ac2eb285349078b1222456834ea26
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-metalab": "^4.0.1",
"eslint-import-resolver-babel-module": "^2.0.1",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-lodash-fp": "^1.2.0",
"eslint-plugin-react": "^5.1.1"
"eslint-config-metalab": "^6.0.1",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^6.10.0"
}
}