Skip to content

Commit

Permalink
fix: always extends base config
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 3, 2019
1 parent 350d8dc commit 530160a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.1",
"version": "0.9.2",
"npmClient": "yarn",
"packages": ["packages/*"],
"useWorkspaces": true
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"packages"
],
"scripts": {
"prepublishOnly": "yarn build",
"postinstall": "lerna clean --yes && lerna bootstrap",
"build": "tsc -b",
"test": "jest",
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-plugin-mdx/src/configs/overrides.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { base } from './base'

export const overrides = {
...base,
globals: {
React: false,
},
Expand Down

0 comments on commit 530160a

Please sign in to comment.