Skip to content

Commit ed6f3a2

Browse files
Merge pull request #3 from fafnirical/fix-company-names
Fix company/library names
2 parents bf11284 + 12f2374 commit ed6f3a2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ForumOne JavaScript Coding Style
1+
Forum One JavaScript Coding Style
22
================================
33

4-
Our coding conventions are minor modifications of [AirBNB's legacy ES5 configuration](https://github.com/airbnb/javascript/tree/es5-deprecated/es5), with customizations for specific environments.
4+
Our coding conventions are minor modifications of [Airbnb's legacy ES5 configuration](https://github.com/airbnb/javascript/tree/es5-deprecated/es5), with customizations for specific environments.
55

66
Usage
77
-----
@@ -17,4 +17,4 @@ Modules
1717

1818
### eslint-config-forumone-es5
1919

20-
ForumOne's base ES5 ESLint configuration.
20+
Forum One's base ES5 ESLint configuration.

packages/eslint-config-forumone-angular/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ForumOne JavaScript Coding Style (Angular Edition)
1+
Forum One JavaScript Coding Style (Angular.js Edition)
22
==================================================
33

4-
See [forumone/javascript](https://github.com/forumone/javascript) on Github for a longer intro.
4+
See [forumone/javascript](https://github.com/forumone/javascript) on GitHub for a longer intro.
55

66
For best results, mix with a base style guide of your choice. We recommend `eslint-config-forumone-es5`:
77

@@ -22,11 +22,11 @@ Entry Points
2222

2323
### `forumone-angular/legacy`
2424

25-
For retrofitting existing Angular apps. This config adds some simple lints around DI injection style, unused parameters, and holding on to the return of `angular.module()`.
25+
For retrofitting existing Angular.js apps. This config adds some simple lints around DI injection style, unused parameters, and holding on to the return of `angular.module()`.
2626

2727
### `forumone-angular`
2828

29-
The default configuration. This builds on the legacy config and bans deprecated Angular functionality.
29+
The default configuration. This builds on the legacy config and bans deprecated Angular.js functionality.
3030

3131
It also warns about patterns that go against best practices, such as scope event typos, naming conventions, and having more than one component per file.
3232

packages/eslint-config-forumone-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-forumone-angular",
3-
"description": "ForumOne's ESLint configuration for Angular 1.x code",
3+
"description": "Forum One's ESLint configuration for Angular.js 1.x code",
44
"version": "1.0.0",
55
"license": "MIT",
66
"author": "Alex Ford <[email protected]>",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ForumOne JavaScript Coding Style (ES5 Edition)
1+
Forum One JavaScript Coding Style (ES5 Edition)
22
----------------------------------------------
33

4-
See [forumone/javascript](https://github.com/forumone/javascript) on Github for a longer intro.
4+
See [forumone/javascript](https://github.com/forumone/javascript) on GitHub for a longer intro.

packages/eslint-config-forumone-es5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-forumone-es5",
3-
"description": "ForumOne's ESLint configuration for ES5 code",
3+
"description": "Forum One's ESLint configuration for ES5 code",
44
"version": "2.0.0",
55
"license": "MIT",
66
"author": "Alex Ford <[email protected]>",

0 commit comments

Comments
 (0)