Skip to content

Commit

Permalink
fix: fix wrong config names
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed May 14, 2020
1 parent 654f510 commit a61c552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ERROR = 2;
module.exports = {
extends: [
'./common',
'./node',
'./browser',
'./backend',
'./frontend',
].map(require.resolve),
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Common ESLint rules we share between projects at Poool",
"main": "index.js",
"repository": "https://github.com/p3ol/eslint-config.git",
Expand Down

0 comments on commit a61c552

Please sign in to comment.