Skip to content

Commit

Permalink
Merge branch 'version/2' into develop
Browse files Browse the repository at this point in the history
* version/2:
  Bump to 2.0.0
  Bump to 2.0.0-beta.2
  Include 'plugin:import/typescript' for future imports
  Bump to 2.0.0-beta.1
  Update @wordpress/eslint-plugin to Version 10
  • Loading branch information
lipemat committed Feb 2, 2022
2 parents 9905051 + d9171c7 commit 91ab0f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.19.0
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ module.exports = {
"env": {
"browser": true
},
'extends': [ 'plugin:@wordpress/eslint-plugin/recommended-with-formatting' ],
'extends': [
'plugin:@wordpress/eslint-plugin/recommended-with-formatting',
'plugin:import/typescript'
],
'globals': {
'$': 'readonly',
'jQuery': 'readonly',
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lipemat/eslint-config",
"version": "1.2.1",
"version": "2.0.0",
"description": "Eslint configuration for all @lipemat packages",
"engines": {
"node": ">=13.0.0"
Expand All @@ -16,10 +16,8 @@
"author": "lipemat <mat@matlipe.com>",
"license": "MIT",
"dependencies": {
"@wordpress/eslint-plugin": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.17.0"
"@wordpress/eslint-plugin": "^10.0.0",
"eslint": "^8.8.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 91ab0f0

Please sign in to comment.