Skip to content

Commit

Permalink
Merge pull request #47 from tsyirvo/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
tsyirvo authored Feb 4, 2022
2 parents f1f2c70 + 4b37e9d commit 6a1d5e3
Show file tree
Hide file tree
Showing 4 changed files with 834 additions and 732 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = {
selector: 'variable',
types: ['boolean'],
format: ['PascalCase'],
prefix: ['is', 'should', 'has', 'can', 'did', 'will'],
prefix: ['is', 'are', 'should', 'has', 'can', 'did', 'will'],
},
{
selector: 'variable',
Expand Down
74 changes: 19 additions & 55 deletions package-lock.json

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

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,26 @@
"typescript": ">= 4.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"eslint": ">= 8",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"eslint": "8.8.0",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react-native": "4.0.0",
"typescript": ">= 4.5"
"typescript": "4.5.5",
"typescript-eslint": "0.0.1-alpha.0"
},
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"husky": "7.0.4",
"semantic-release": "18.0.1",
"semantic-release": "19.0.2",
"semantic-release-cli": "5.4.4"
},
"commitlint": {
Expand Down
Loading

0 comments on commit 6a1d5e3

Please sign in to comment.