Reorganize meta files for ESLint packages (#10714)

* Move COC and CONTRIBUTING

* Add changelog links

* Reorganize gitignore and licenses
This commit is contained in:
Nicolò Ribaudo
2019-11-16 01:10:26 +01:00
committed by GitHub
parent 72eca8f0c2
commit d56911b88d
12 changed files with 16 additions and 65 deletions

View File

@@ -9,6 +9,11 @@ assignees: ''
## Bug Report
<!--
@babel/eslint-parser:
If you are having issues with JSX you might want to check out eslint-plugin-react. If there's an issue with new experimental syntax you might need check if it's supported by @babel/eslint-plugin.
-->
**Current Behavior**
A clear and concise description of the behavior.
@@ -22,7 +27,9 @@ var your => (code) => here;
**Expected behavior/code**
A clear and concise description of what you expected to happen (or code).
**Babel Configuration (.babelrc, package.json, cli command)**
**Babel Configuration (.babelrc, package.json, cli command, .eslintrc)**
- Filename: `babel.config.js`
```js
{