Skip to content

Commit

Permalink
fix lint errors ealush#521
Browse files Browse the repository at this point in the history
  • Loading branch information
Moses3301 committed Nov 30, 2020
1 parent e0f85fd commit 1d311a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prettier-watch": "onchange '**/*.js' '**/*.json' -- prettier --write {{changed}}",
"dev": "onchange -i './packages/**/src/**/*.js' -- yarn genJSConfig",
"genJSConfig": "node ./scripts/genJsconfig",
"test": "jest --projects ./packages/*",
"test": "jest --projects ./packages/n4s",
"lint": "eslint . --ignore-path .gitignore",
"pretest": "yarn genJSConfig",
"docs": "node scripts/release/steps/updateDocs"
Expand Down
4 changes: 2 additions & 2 deletions packages/n4s/src/enforce/compounds/compounds.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
anyOf,
isArrayOf,
loose,
oneOf,
optional,
shape,
oneOf
shape
};

0 comments on commit 1d311a0

Please sign in to comment.