Socket
Socket
Sign inDemoInstall

eslint-plugin-storybook

Package Overview
Dependencies
4
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# v0.5.2 (Thu Dec 02 2021)
#### 🐛 Bug Fix
- fix: support jsx extension [#60](https://github.com/storybookjs/eslint-plugin-storybook/pull/60) ([@yannbf](https://github.com/yannbf))
- Update README.md spelling error, one letter. [#50](https://github.com/storybookjs/eslint-plugin-storybook/pull/50) ([@daylennguyen](https://github.com/daylennguyen))
#### Authors: 2
- Daylen Nguyen ([@daylennguyen](https://github.com/daylennguyen))
- Yann Braga ([@yannbf](https://github.com/yannbf))
---
# v0.5.1 (Mon Nov 29 2021)

@@ -2,0 +16,0 @@

2

dist/configs/addon-interactions.js

@@ -6,3 +6,3 @@ "use strict";

{
files: ['*.stories.@(ts|tsx|js|mjs|cjs)', '*.story.@(ts|tsx|js|mjs|cjs)'],
files: ['*.stories.@(ts|tsx|js|jsx|mjs|cjs)', '*.story.@(ts|tsx|js|jsx|mjs|cjs)'],
rules: {

@@ -9,0 +9,0 @@ 'import/no-anonymous-default-export': 'off',

@@ -6,3 +6,3 @@ "use strict";

{
files: ['*.stories.@(ts|tsx|js|mjs|cjs)', '*.story.@(ts|tsx|js|mjs|cjs)'],
files: ['*.stories.@(ts|tsx|js|jsx|mjs|cjs)', '*.story.@(ts|tsx|js|jsx|mjs|cjs)'],
rules: {

@@ -9,0 +9,0 @@ 'import/no-anonymous-default-export': 'off',

@@ -6,3 +6,3 @@ "use strict";

{
files: ['*.stories.@(ts|tsx|js|mjs|cjs)', '*.story.@(ts|tsx|js|mjs|cjs)'],
files: ['*.stories.@(ts|tsx|js|jsx|mjs|cjs)', '*.story.@(ts|tsx|js|jsx|mjs|cjs)'],
rules: {

@@ -9,0 +9,0 @@ 'import/no-anonymous-default-export': 'off',

{
"name": "eslint-plugin-storybook",
"version": "0.5.1",
"version": "0.5.2",
"description": "Best practice rules for Storybook",

@@ -5,0 +5,0 @@ "keywords": [

@@ -75,3 +75,3 @@ <p align="center">

// or whatever matches stories specified in .storybook/main.js
"files": ['*.stories.@(ts|tsx|js|mjs|cjs)'],
"files": ['*.stories.@(ts|tsx|js|jsx|mjs|cjs)'],
"rules": {

@@ -81,3 +81,3 @@ // example of overriding a rule

// example of disabling a rule
'storybook/defaul-exports': 'off',
'storybook/default-exports': 'off',
}

@@ -84,0 +84,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc