Skip to content

Commit e653a54

Browse files
committed
Merge remote-tracking branch 'upstream/master'
Conflicts: README.md
2 parents abb6e76 + 99b2c83 commit e653a54

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
# Airbnb JavaScript Style Guide() {
1+
# Oscar JavaScript Style Guide
22

33
*A mostly reasonable approach to JavaScript*
44

5-
[![Downloads](https://img.shields.io/npm/dm/eslint-config-airbnb.svg)](https://www.npmjs.com/package/eslint-config-airbnb)
6-
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/airbnb/javascript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
7-
8-
Other Style Guides
9-
- [ES5](es5/)
10-
- [React](react/)
11-
- [CSS & Sass](https://github.com/airbnb/css)
12-
- [Ruby](https://github.com/airbnb/ruby)
135

146
## Table of Contents
157

@@ -42,12 +34,7 @@ Other Style Guides
4234
1. [ECMAScript 6 Styles](#ecmascript-6-styles)
4335
1. [Testing](#testing)
4436
1. [Performance](#performance)
45-
1. [Resources](#resources)
46-
1. [In the Wild](#in-the-wild)
47-
1. [Translation](#translation)
4837
1. [The JavaScript Style Guide Guide](#the-javascript-style-guide-guide)
49-
1. [Chat With Us About JavaScript](#chat-with-us-about-javascript)
50-
1. [Contributors](#contributors)
5138
1. [License](#license)
5239

5340
## Types
@@ -2211,7 +2198,6 @@ Other Style Guides
22112198
22122199
- [View Contributors](https://github.com/airbnb/javascript/graphs/contributors)
22132200
2214-
22152201
## License
22162202
22172203
(The MIT License)
@@ -2238,9 +2224,3 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22382224
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22392225
22402226
**[⬆ back to top](#table-of-contents)**
2241-
2242-
## Amendments
2243-
2244-
We encourage you to fork this guide and change the rules to fit your team's style guide. Below, you may list some amendments to the style guide. This allows you to periodically update your style guide without having to deal with merge conflicts.
2245-
2246-
# };

0 commit comments

Comments
 (0)