-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set ESlint rules more strict 🚑 #1000
Commits on Apr 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0a7163b - Browse repository at this point
Copy the full SHA 0a7163bView commit details
Commits on Apr 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 26f7ca5 - Browse repository at this point
Copy the full SHA 26f7ca5View commit details
Commits on Apr 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a37eb11 - Browse repository at this point
Copy the full SHA a37eb11View commit details -
Merge branch 'master' into eslint-strict
# Conflicts: # packages/addon-graphql/package.json # packages/addon-info/package.json # packages/addon-info/src/components/Node.js # packages/addon-knobs/package.json # packages/addon-notes/package.json # packages/channel-postmessage/package.json # packages/channel-websocket/package.json # packages/decorator-centered/package.json # packages/react-native-storybook/package.json # packages/react-storybook/src/server/config.js # packages/storybook-ui/package.json # packages/storybook-ui/src/modules/ui/components/layout/index.js
Configuration menu - View commit details
-
Copy full SHA for 32288f9 - Browse repository at this point
Copy the full SHA 32288f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b801d6f - Browse repository at this point
Copy the full SHA b801d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d22d23a - Browse repository at this point
Copy the full SHA d22d23aView commit details -
FIX: listing in the
storybook-ui
packagenotes: 1. did not resolve `jsx-a11y` errors as that would require closer attention to the browser 2. did not resolve any `'enzyme' should be listed in the project's dependencies. Run 'npm i -S enzyme' to add it import/no-extraneous-dependencies` see note: #911 (comment)
Configuration menu - View commit details
-
Copy full SHA for 1599862 - Browse repository at this point
Copy the full SHA 1599862View commit details -
fix: failing Panel.js test in add-knobs
adds `global` as the dep was missing in add-on-knobs
Configuration menu - View commit details
-
Copy full SHA for 84f1e37 - Browse repository at this point
Copy the full SHA 84f1e37View commit details -
resolves listing in Stories component of storybook-ui
didn’t resolve jsx-a11y linting in this pass
Configuration menu - View commit details
-
Copy full SHA for 5deb96e - Browse repository at this point
Copy the full SHA 5deb96eView commit details -
fix: test for storybook-ui let_panel/index
uses `toMatchObject` rather than `toEqual` to be more lenient about what props are present
Configuration menu - View commit details
-
Copy full SHA for 59daa5c - Browse repository at this point
Copy the full SHA 59daa5cView commit details -
fix: eslint -- resolves globals using the
global
module rather than…… the eslint config for globals
Configuration menu - View commit details
-
Copy full SHA for 0d2cab0 - Browse repository at this point
Copy the full SHA 0d2cab0View commit details
Commits on Apr 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5219498 - Browse repository at this point
Copy the full SHA 5219498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f65908 - Browse repository at this point
Copy the full SHA 0f65908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a67e7 - Browse repository at this point
Copy the full SHA 55a67e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b8490 - Browse repository at this point
Copy the full SHA 52b8490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90edfdf - Browse repository at this point
Copy the full SHA 90edfdfView commit details -
fix: adds
react: "*"
as a peer dep fordecorator-cantered
to fix ……`import/no-extraneous-dependencies` linter warning
Configuration menu - View commit details
-
Copy full SHA for 7909848 - Browse repository at this point
Copy the full SHA 7909848View commit details -
fix: adds
global
dep tochannel-postmessage
and `channel-websocke……t` to resolve `import/no-extraneous-dependencies` lint issue
Configuration menu - View commit details
-
Copy full SHA for dd70952 - Browse repository at this point
Copy the full SHA dd70952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45353ff - Browse repository at this point
Copy the full SHA 45353ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc84af7 - Browse repository at this point
Copy the full SHA fc84af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2538232 - Browse repository at this point
Copy the full SHA 2538232View commit details
Commits on Apr 30, 2017
-
fix: linting for
addon-knobs
packagenote: didn’t tackle jsx-a11y on this pass.
Configuration menu - View commit details
-
Copy full SHA for d1d2bfa - Browse repository at this point
Copy the full SHA d1d2bfaView commit details
Commits on May 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fd282e2 - Browse repository at this point
Copy the full SHA fd282e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8012f - Browse repository at this point
Copy the full SHA de8012fView commit details
Commits on May 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 93dc42c - Browse repository at this point
Copy the full SHA 93dc42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 377d575 - Browse repository at this point
Copy the full SHA 377d575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6bfd2 - Browse repository at this point
Copy the full SHA 0e6bfd2View commit details
Commits on May 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2c88ace - Browse repository at this point
Copy the full SHA 2c88aceView commit details -
CHANGED eslint-config-airbnb for a fork waiting for publish
of airbnb/javascript@121a95d UPDATED dependencies CHANGED devDependencies linting ADD enzyme and storybook-addon to devDependencies in a few packages
Configuration menu - View commit details
-
Copy full SHA for 0d79ae5 - Browse repository at this point
Copy the full SHA 0d79ae5View commit details
Commits on May 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 45ba7ba - Browse repository at this point
Copy the full SHA 45ba7baView commit details
Commits on May 17, 2017
-
Merge branch 'master' into eslint-strict
# Conflicts: # addons/centered/package.json # addons/graphql/package.json # addons/info/package.json # addons/knobs/package.json # addons/links/.storybook/config.js # addons/notes/package.json # addons/notes/src/index.js # addons/notes/src/register.js # addons/options/src/manager/index.js # addons/storyshots/src/index.js # addons/storyshots/stories/required_with_context/Button.stories.js # addons/storyshots/stories/required_with_context/Welcome.js # app/react-native/package.json # app/react-native/src/manager/index.js # lib/channel-postmessage/package.json # lib/channel-postmessage/src/index.js # lib/channel-websocket/package.json # lib/channel-websocket/src/index.js # lib/cli/generators/METEOR/index.js # lib/cli/generators/REACT/template/stories/Welcome.js # lib/cli/generators/REACT_SCRIPTS/index.js # lib/cli/generators/WEBPACK_REACT/template/stories/Welcome.js # packages/react-storybook/src/server/track_usage.js # packages/storybook-ui/src/modules/ui/components/layout/usplit.js # scripts/prepublish.js
Configuration menu - View commit details
-
Copy full SHA for 09747c6 - Browse repository at this point
Copy the full SHA 09747c6View commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2bcaae9 - Browse repository at this point
Copy the full SHA 2bcaae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55bc6a - Browse repository at this point
Copy the full SHA d55bc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b4b94 - Browse repository at this point
Copy the full SHA 22b4b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03aa55 - Browse repository at this point
Copy the full SHA e03aa55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a9288 - Browse repository at this point
Copy the full SHA 22a9288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24544af - Browse repository at this point
Copy the full SHA 24544afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c56b4 - Browse repository at this point
Copy the full SHA 03c56b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0142e4b - Browse repository at this point
Copy the full SHA 0142e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0b17a - Browse repository at this point
Copy the full SHA 5e0b17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 600cbce - Browse repository at this point
Copy the full SHA 600cbceView commit details
Commits on May 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 08a49db - Browse repository at this point
Copy the full SHA 08a49dbView commit details