Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 45eea50

Browse files
author
Marlow Payne
committed
✨ Link to new Atom JS linting doc from other docs
1 parent b2a60ea commit 45eea50

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ Make sure to install the following NPM modules:
8989
- `eslint-import-resolver-webpack`
9090
- `eslint-plugin-react` (for React/JSX linting only)
9191

92+
## ESLint and Atom
93+
94+
Find out how to integrate [ESLint and Atom Text](./javascript/atom.md).
95+
9296
## CSS
9397
Our Client Services team's [CSS Style Guide](/css/Readme.md). Written with a lot of tender care by @kpeatt and @jeffkamo.
9498

es5/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This folder includes a default ESLint configuration, `mobify-es5.yml`, compatibl
44

55
# General
66

7+
## ESLint and Atom
8+
9+
Find out how to integrate [ESLint and Atom Text](../javascript/atom.md).
10+
711
##Comments
812

913
Please comment code extensively. More comments are always better than fewer comments. Comments should describe the why of your code - not what the code is doing:

es6/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ JSX accessibility linting is available with the `mobify-es6-react-a11y.yml` conf
1414
- `eslint-plugin-react`
1515
- `eslint-plugin-jsx-a11y`
1616

17+
## ESLint and Atom
18+
19+
Find out how to integrate [ESLint and Atom Text](../javascript/atom.md).
20+
21+
*NOTE*: While these instructions use the code style's ES5 config file, an ES6 file may be alternatively
22+
substituted. Mobify's ES6-compatible projects will have their own `.eslintrc.yml` config file, which
23+
will be enforced by Atom and `linter-eslint`.
24+
1725
## Global Names and Environments
1826

1927
By default, the lint configuration only assumes the standard set of

javascript/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ with ESLint 1.x or lower.**
66
**For new projects or ESLint 2.x and up, use the contents of the `mobify-code-style/es5` directory**
77

88
# General
9+
10+
## ESLint and Atom
11+
12+
Find out how to integrate [ESLint and Atom Text](./atom.md).
13+
914
##Comments
1015

1116
Please comment code extensively. More comments are always better than fewer comments. Comments should describe the why of your code - not what the code is doing:

0 commit comments

Comments
 (0)