Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
magee
/
javascript
Public
forked from
airbnb/javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 2, 2016
Fix invalid code snippet in 23.2.
rkirsling
committed
267eec5
View commit details
Copy full SHA for 267eec5
Browse repository at this point
Commits on Jun 1, 2016
Fix react dev dep version
SimenB
committed
d97d62a
View commit details
Copy full SHA for d97d62a
Browse repository at this point
Commits on May 26, 2016
Fix typo
Show description for 1db5522
mifi
committed
1db5522
View commit details
Copy full SHA for 1db5522
Browse repository at this point
Commits on May 25, 2016
Avoid using an array index as `key` prop, prefer unique ID
Alanna Scott
committed
c247fd7
View commit details
Copy full SHA for c247fd7
Browse repository at this point
Remove trailing whitespace.
ljharb
committed
4c4210f
View commit details
Copy full SHA for 4c4210f
Browse repository at this point
Add DoSomething.org to the list of organizations in README
sergiitk
committed
199a0a7
View commit details
Copy full SHA for 199a0a7
Browse repository at this point
add chinese simplified for React/JSX style guide
JasonBoy
committed
a883917
View commit details
Copy full SHA for a883917
Browse repository at this point
Commits on May 21, 2016
[eslint config] [*] [deps] update `eslint`, `eslint-plugin-jsx-a11y`. ensure react is >= 13.0.0
ljharb
committed
b6e4b72
View commit details
Copy full SHA for b6e4b72
Browse repository at this point
Commits on May 19, 2016
[eslint config] [*] fix quoting of rule properties.
Show description for 429339e
ljharb
committed
429339e
View commit details
Copy full SHA for 429339e
Browse repository at this point
Commits on May 18, 2016
[eslint config] [base] [breaking] Enforce proper generator star spacing.
Show description for 8e125fa
ljharb
committed
8e125fa
View commit details
Copy full SHA for 8e125fa
Browse repository at this point
Commits on May 17, 2016
[eslint config] [base] `quotes`: Use object option form rather than deprecated string form.
Show description for 312cd01
ljharb
committed
312cd01
View commit details
Copy full SHA for 312cd01
Browse repository at this point
Enable imports/imports-first rule
Show description for 43ccc3f
lencioni
committed
43ccc3f
View commit details
Copy full SHA for 43ccc3f
Browse repository at this point
Merge pull request #881 from akai/re-order-rules
Show description for e32079d
ljharb
committed
e32079d
View commit details
Copy full SHA for e32079d
Browse repository at this point
Commits on May 16, 2016
[eslint config] [base] [breaking] migrate import's settings/rules to a separate file.
akai
committed
34ccf90
View commit details
Copy full SHA for 34ccf90
Browse repository at this point
[eslint config] [base] [breaking] re-order rules
akai
committed
3948eb6
View commit details
Copy full SHA for 3948eb6
Browse repository at this point
[eslint config] [base] [patch] `object-shorthand`: do not warn when the concise form would have a string literal as a name.
ljharb
committed
10f4dd8
View commit details
Copy full SHA for 10f4dd8
Browse repository at this point
[eslint config] [base] [patch] Loosen `prefer-const` to not warn when the variable is “read” before being assigned to.
ljharb
committed
7a80837
View commit details
Copy full SHA for 7a80837
Browse repository at this point
[eslint config] [*] [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
Show description for 8d6d227
ljharb
committed
8d6d227
View commit details
Copy full SHA for 8d6d227
Browse repository at this point
[eslint config] [base] update `eslint`
ljharb
committed
638b312
View commit details
Copy full SHA for 638b312
Browse repository at this point
Commits on May 13, 2016
Prepare to enable react-a11y rules
Show description for 4ac8aed
lencioni
committed
4ac8aed
View commit details
Copy full SHA for 4ac8aed
Browse repository at this point
Commits on May 12, 2016
[eslint config] [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
ljharb
committed
c7faa91
View commit details
Copy full SHA for c7faa91
Browse repository at this point
[eslint config] [*] [deps] update `eslint-plugin-import`
ljharb
committed
788fb22
View commit details
Copy full SHA for 788fb22
Browse repository at this point
Prepare to enable import/prefer-default-export
Show description for d68a067
lencioni
committed
d68a067
View commit details
Copy full SHA for d68a067
Browse repository at this point
Add whitespace between rules
Show description for 5acae06
lencioni
committed
5acae06
View commit details
Copy full SHA for 5acae06
Browse repository at this point
Commits on May 9, 2016
[eslint config] [react] [patch] loosen `jsx-pascal-case` rule to allow all caps component names
ljharb
committed
db73278
View commit details
Copy full SHA for db73278
Browse repository at this point
[eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react`
ljharb
committed
d25a199
View commit details
Copy full SHA for d25a199
Browse repository at this point
Commits on May 8, 2016
Add semicolon in arrow functions section
fvgs
committed
b660d4c
View commit details
Copy full SHA for b660d4c
Browse repository at this point
[eslint config] v9.0.1
ljharb
committed
03c5a1f
View commit details
Copy full SHA for 03c5a1f
Browse repository at this point
[eslint config] [base] v3.0.1
ljharb
committed
d95dc3d
View commit details
Copy full SHA for d95dc3d
Browse repository at this point
[docs] Array.from, not Array#from
ljharb
committed
be5c90a
View commit details
Copy full SHA for be5c90a
Browse repository at this point
[eslint config] [base] [patch] re-disable `no-extra-parens`
Show description for 56a524a
ljharb
committed
56a524a
View commit details
Copy full SHA for 56a524a
Browse repository at this point
add links to resources on mdn
a0viedo
committed
ba5d9f0
View commit details
Copy full SHA for ba5d9f0
Browse repository at this point
Commits on May 7, 2016
[eslint config] v9.0.0
ljharb
committed
330169d
View commit details
Copy full SHA for 330169d
Browse repository at this point
[eslint config] [deps] Update `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-import`, `eslint-find-rules`
ljharb
committed
8b396ab
View commit details
Copy full SHA for 8b396ab
Browse repository at this point
[eslint config] [base] v3.0.0
ljharb
committed
1b31efc
View commit details
Copy full SHA for 1b31efc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.