Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/eslint-config-fusion-react

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/eslint-config-fusion-react - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.4](https://github.com/equinor/fusion-core/compare/@equinor/eslint-config-fusion-react@1.1.3...@equinor/eslint-config-fusion-react@1.1.4) (2023-07-20)
**Note:** Version bump only for package @equinor/eslint-config-fusion-react
## [1.1.3](https://github.com/equinor/fusion-core/compare/@equinor/eslint-config-fusion-react@1.1.2...@equinor/eslint-config-fusion-react@1.1.3) (2023-07-20)

@@ -8,0 +16,0 @@

10

index.js
// eslint-disable-next-line no-undef
module.exports = {
extends: ['@equinor/eslint-config-fusion', 'plugin:react/recommended', 'plugin:react-hooks/recommended'],
extends: [
'@equinor/eslint-config-fusion',
'plugin:react/recommended',
'plugin:react-hooks/recommended',
'plugin:styled-components-a11y/recommended',
],
plugins: [
'styled-components-a11y'
],
settings: {

@@ -5,0 +13,0 @@ react: {

9

package.json
{
"name": "@equinor/eslint-config-fusion-react",
"version": "1.1.3",
"version": "1.1.4",
"keywords": [

@@ -25,5 +25,6 @@ "fusion",

"dependencies": {
"@equinor/eslint-config-fusion": "^2.1.3",
"@equinor/eslint-config-fusion": "*",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-styled-components-a11y": "^2.0.1"
},

@@ -33,3 +34,3 @@ "devDependencies": {

},
"gitHead": "475c3daecbdfdaf93aead21a239c19394c42d9c4"
"gitHead": "0cb014beeba5b1bda32d0c198fa84d5d4a512ba5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc