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 }}
wrtcoder
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 28, 2016
Fix a typo in commas section
Show description for 6944be0
heejongahn
authored
6944be0
View commit details
Copy full SHA for 6944be0
Browse repository at this point
Commits on Aug 26, 2016
[7.1] add link to fn names discussion. fixes #794
hshoff
committed
1541503
View commit details
Copy full SHA for 1541503
Browse repository at this point
Commits on Aug 23, 2016
[eslint config] [base] [patch] remove redundant `DebuggerStatement` from `no-restricted-syntax`
Show description for 48f477d
ljharb
committed
48f477d
View commit details
Copy full SHA for 48f477d
Browse repository at this point
[guide] fix “long lines” example to not include strings.
Show description for 21846f6
ljharb
committed
21846f6
View commit details
Copy full SHA for 21846f6
Browse repository at this point
Commits on Aug 22, 2016
[eslint config] [base] v5.0.3
ljharb
committed
ca1124c
View commit details
Copy full SHA for ca1124c
Browse repository at this point
Commits on Aug 20, 2016
Changed ESLint rule configs to use 'off', 'warn', and 'error' instead of numbers for better readability
Yang Su
committed
2e69472
View commit details
Copy full SHA for 2e69472
Browse repository at this point
Commits on Aug 19, 2016
ES2015
ljharb
committed
f1fedfa
View commit details
Copy full SHA for f1fedfa
Browse repository at this point
Commits on Aug 18, 2016
fix issue with eslint-config-airbnb README.md file formatting
soul-wish
committed
baf0fa5
View commit details
Copy full SHA for baf0fa5
Browse repository at this point
Remove misleading reference to one-var eslint rule
Show description for 39d5559
lencioni
committed
39d5559
View commit details
Copy full SHA for 39d5559
Browse repository at this point
Typo : text link to 13.5 was not working (#1020)
lespacedunmatin
authored and
lencioni
committed
4162303
View commit details
Copy full SHA for 4162303
Browse repository at this point
[eslint config] [*] [deps] update `eslint`, `eslint-plugin-react`
ljharb
committed
3ad3368
View commit details
Copy full SHA for 3ad3368
Browse repository at this point
Add section on variable assignment chaining
Aniruddh Agarwal
committed
b126016
View commit details
Copy full SHA for b126016
Browse repository at this point
Commits on Aug 17, 2016
Update README.md
Show description for e92eaef
Gerardo Renovales
authored
e92eaef
View commit details
Copy full SHA for e92eaef
Browse repository at this point
Commits on Aug 16, 2016
[eslint config] [base] [fix] correct `import/extensions` list.
Show description for db2e7bd
ljharb
committed
db2e7bd
View commit details
Copy full SHA for db2e7bd
Browse repository at this point
Commits on Aug 15, 2016
[eslint config] [deps] update `eslint-plugin-react`
ljharb
committed
424d74e
View commit details
Copy full SHA for 424d74e
Browse repository at this point
Commits on Aug 12, 2016
[eslint config] v10.0.1
ljharb
committed
3fb9f2e
View commit details
Copy full SHA for 3fb9f2e
Browse repository at this point
[eslint config] [deps] update `eslint`, `eslint-plugin-jsx-a11y`, `eslint-plugin-import`, `eslint-config-airbnb-base`
Show description for 7d9af14
ljharb
committed
7d9af14
View commit details
Copy full SHA for 7d9af14
Browse repository at this point
[eslint config] [base] v5.0.2
ljharb
committed
be6e13f
View commit details
Copy full SHA for be6e13f
Browse repository at this point
[eslint config] [base] [deps] update `eslint`, `eslint-plugin-import`
Show description for fb0f03f
ljharb
committed
fb0f03f
View commit details
Copy full SHA for fb0f03f
Browse repository at this point
Commits on Aug 9, 2016
[eslint config] [*] [deps] update `eslint`, `eslint-find-rules`
ljharb
committed
0b8e466
View commit details
Copy full SHA for 0b8e466
Browse repository at this point
Add link for Japanese translation
mitsuruog
authored
d20f33f
View commit details
Copy full SHA for d20f33f
Browse repository at this point
Commits on Aug 8, 2016
Update README.md
eterey
authored
646fa70
View commit details
Copy full SHA for 646fa70
Browse repository at this point
Commits on Aug 5, 2016
[guide] Simplify the examples of 'apply vs spread' topic
felipethome
committed
3126509
View commit details
Copy full SHA for 3126509
Browse repository at this point
[guide] Add a topic about spread operator vs apply
felipethome
committed
c7d34b5
View commit details
Copy full SHA for c7d34b5
Browse repository at this point
Commits on Aug 4, 2016
[guide] Add ESlint rules to 'always use const' and 'decriptive variable names' topics
felipethome
committed
030598d
View commit details
Copy full SHA for 030598d
Browse repository at this point
Reverse rule on string concatenation for long lines (#995)
Show description for dc7e7e7
lencioni
authored
dc7e7e7
View commit details
Copy full SHA for dc7e7e7
Browse repository at this point
Add template literal "bad" example to single quotes guideline
Show description for 6d2fc89
lencioni
committed
6d2fc89
View commit details
Copy full SHA for 6d2fc89
Browse repository at this point
Commits on Aug 3, 2016
Remove rules about reserved words
Show description for bfc842e
lencioni
committed
bfc842e
View commit details
Copy full SHA for bfc842e
Browse repository at this point
[guide] Add eslint rules to function declaration and function constructor topics
felipethome
committed
f0b3196
View commit details
Copy full SHA for f0b3196
Browse repository at this point
Commits on Aug 2, 2016
[guide] Add eslint rule to spacing in a function signature topic
Show description for f94f6e2
felipethome
committed
f94f6e2
View commit details
Copy full SHA for f94f6e2
Browse repository at this point
[guide] Use `var` in reserved word examples, since they refer to untranspiled code.
ljharb
committed
6454839
View commit details
Copy full SHA for 6454839
Browse repository at this point
Add curlies around ref function body
Show description for 52a2da4
lencioni
committed
52a2da4
View commit details
Copy full SHA for 52a2da4
Browse repository at this point
Commits on Aug 1, 2016
[eslint config] v10.0.0
ljharb
committed
9ffadff
View commit details
Copy full SHA for 9ffadff
Browse repository at this point
[eslint config] [*] add `safe-publish-latest` to `prepublish`
ljharb
committed
a1edac3
View commit details
Copy full SHA for a1edac3
Browse repository at this point
Commits on Jul 7, 2016
[guide] [es5] Remove ES5 guide and mark it deprecated.
Show description for 53b4173
ljharb
committed
53b4173
View commit details
Copy full SHA for 53b4173
Browse repository at this point
Previous
Next
You can’t perform that action at this time.