Skip to content

Commit

Permalink
bump package and modify typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanlaha committed Aug 20, 2019
1 parent b004de5 commit ca1c6f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@h4iuiuc/eslint-plugin",
"version": "1.0.0-preview.1",
"version": "1.0.0-preview.2",
"description": "An ESLint plugin intended for use with Hack4Impact UIUC projects.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export = {
"plugin:import/typescript"
],
rules: {
"@h4iuiuc/no-null-ternary": "error",
"@h4iuiuc/no-anonymous-parameterless-props": "error",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/explicit-function-return-type": [
"warn",
Expand Down

0 comments on commit ca1c6f0

Please sign in to comment.