Skip to content

Commit

Permalink
Merge pull request #311 from seekingalpha/ver/7.13.0
Browse files Browse the repository at this point in the history
eslint-config-seekingalpha-react ver. 7.13.0
  • Loading branch information
stanislav-halyn committed Aug 4, 2023
2 parents 21a6d63 + c370cba commit 33ee1d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions eslint-configs/eslint-config-seekingalpha-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 7.13.0 - 2023-08-04

- [patch] delete `style` and `name` from forbidden dom props

## 7.12.0 - 2023-07-30

- [deps] upgrade `eslint-plugin-react` to version `7.33.1`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-seekingalpha-react",
"version": "7.12.0",
"version": "7.13.0",
"description": "SeekingAlpha's sharable React.js ESLint config",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,11 @@ module.exports = {
'longdesc',
'marginheight',
'marginwidth',
'name',
'rev',
'scope',
'scrolling',
'shape',
'size',
'style',
'valign',
'vspace',
],
Expand Down

0 comments on commit 33ee1d5

Please sign in to comment.