-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 🚑 #911
Merged
Merged
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
0a7163b
ADD stricter eslint rules
ndelangen 26f7ca5
FIX linting
ndelangen a37eb11
FIX for https://github.com/storybooks/storybook/commit/fc7e09b810678c…
ndelangen 32288f9
Merge branch 'master' into eslint-strict
ndelangen b801d6f
FIX linting
ndelangen d22d23a
fixes linting in storyshots
theinterned 1599862
FIX: listing in the `storybook-ui` package
theinterned 84f1e37
fix: failing Panel.js test in add-knobs
theinterned 5deb96e
resolves listing in Stories component of storybook-ui
theinterned 59daa5c
fix: test for storybook-ui let_panel/index
theinterned 0d2cab0
fix: eslint -- resolves globals using the `global` module rather than…
theinterned 5219498
fix: linting in `react-storybook` package
theinterned 0f65908
fix: adds missing `ws` dep to `react-native-storybook`
theinterned 55a67e7
fix: adds missing `global` dep to `react-native-storybook`
theinterned 52b8490
fix: linting in `react-native-storybook` package
theinterned 90edfdf
fix: listing in `getstorybook` package
theinterned 7909848
fix: adds `react: "*"` as a peer dep for `decorator-cantered` to fix …
theinterned dd70952
fix: adds `global` dep to `channel-postmessage` and `channel-websocke…
theinterned 45353ff
fix: linting in `channel-websockets`
theinterned fc84af7
fix: peer dep for `@kadira/storybook-addons` wasn't resolving properl…
theinterned 2538232
fix: listing of `add-on-notes`
theinterned d1d2bfa
fix: linting for `addon-knobs` package
theinterned fd282e2
fix: listing for `addon-info` package
theinterned de8012f
fix: adds `global` dep to resolve linting
theinterned 93dc42c
fix: linting `no-underscore-dangle` faux-private members in `addons` …
theinterned 377d575
fix: linting in `addon-graphql` package
theinterned 0e6bfd2
fix: linting in `addon-comments` package
theinterned 2c88ace
Merge branch 'master' into eslint-strict
ndelangen 0d79ae5
CHANGED eslint-config-airbnb for a fork waiting for publish
ndelangen 45ba7ba
Merge branch 'master' into eslint-strict
ndelangen 09747c6
Merge branch 'master' into eslint-strict
ndelangen 2bcaae9
FIX linting
ndelangen d55bc6a
FIX linting
ndelangen 22b4b94
FIX linting
ndelangen e03aa55
FIX linting
ndelangen 22a9288
FIX linting
ndelangen 24544af
FIX linting
ndelangen 03c56b4
FIX linting
ndelangen 0142e4b
FIX linting
ndelangen 5e0b17a
FIX linting
ndelangen 600cbce
FIX linting
ndelangen 08a49db
Merge branch 'master' into eslint-strict
ndelangen af1b0c1
Merge branch 'master' into eslint-strict
ndelangen 9d38bf8
Mostly re-applied changes
ndelangen 99e95a1
FIX linting
ndelangen 49bb8ea
Merge branch 'master' into eslint-strict
ndelangen bf4219e
ADD lint-staged
ndelangen 572d677
Merge branch 'master' into eslint-strict
shilman da961dc
FIX linting
ndelangen 47eaac1
FIX linting
ndelangen 7b5f88d
Set npm needed for project to lower then 5.0.0
ndelangen 81b4cb8
FIX unit tests snapshots && FIX linting
ndelangen 35f20df
FIX actions addon register
ndelangen 8fef4bb
FIX linting
ndelangen 6f486c5
FIX eslint cache location
ndelangen e40ef62
Merge branch 'master' into eslint-strict
ndelangen baecbf7
FIX after merge
ndelangen 6c83d97
ADD eslint config for examples inside markdown
ndelangen 04a0551
FIX changelog markdown
ndelangen 3d87b27
FIX linting && ADD globals to makrdown code examples lint config
ndelangen dfabb18
FIX linting
ndelangen 0ecb1bf
Add missing import
shilman 7db3cc0
ADD linting on some rc files, CHANGe to js rc for remark
ndelangen d75bcb8
FIX linting
ndelangen e4e639e
FIX linting
ndelangen 921daab
ADD eslint config for .json files && FIX linting
ndelangen 7765c45
Merge branch 'master' into eslint-strict
ndelangen 28a4b32
CHANGE all package.jsons so they are uniformly sorted
ndelangen d1aa2ed
FIX docs
ndelangen ae5dae9
CHANGE path to markdown code example eslint config to relative path
ndelangen 432c371
Merge branch 'master' into eslint-strict
ndelangen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!