This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Remove mentions of Eslint #6
Closed
Description
There are various mentions of eslint
:
package.json
10- "bugs": {
11- "url": "https://github.com/wmonk/create-react-app/issues"
12- },
13- "files": [
14- ".babelrc",
15: ".eslintrc",
16- "config",
17- "bin",
18- "scripts",
19- "template",
20- "utils"
scripts/start.js
125- console.log();
126- messages.warnings.forEach(message => {
127- console.log(message);
128- console.log();
129- });
130: // Teach some ESLint tricks.
131- console.log('You may use special comments to disable some warnings.');
132: console.log('Use ' + chalk.yellow('// eslint-disable-next-line') + ' to ignore the next line.');
133: console.log('Use ' + chalk.yellow('/* eslint-disable */') + ' to ignore all warnings in a file.');
134- }
135- });
136-}
137-
These should be removed/replaced with tslint
, and it's corresponding config.