Skip to content

Commit

Permalink
removes base extend from react config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsfletch committed Dec 26, 2019
1 parent b1fb97d commit 82d3f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion configs/react/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
extends: [
'../base',
'./rules/react',
'./rules/react-a11y',
'./rules/react-hooks',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trbl/eslint-config",
"version": "1.1.0",
"version": "1.1.1",
"main": "index.js",
"repository": "[email protected]:trouble/eslint-config.git",
"description": "Please do not feed the dust bunnies.",
Expand Down

0 comments on commit 82d3f9c

Please sign in to comment.