Purge usage of `.eslintrc` (#2592)

* .eslintrc -> .eslintrc.json

Because `.eslintrc` is deprecated.

* Purge second usage of .eslintrc
master
Marko Schulz 2017-08-07 11:03:27 +02:00 committed by Lucas Azzola
parent e378f5e9ba
commit 7544006949
2 changed files with 2 additions and 2 deletions

View File

@ -287,7 +287,7 @@ Just add Prettier as an ESLint rule using [eslint-plugin-prettier](https://githu
```js
yarn add --dev prettier eslint-plugin-prettier
// .eslintrc
// .eslintrc.json
{
"plugins": [
"prettier"

View File

@ -71,7 +71,7 @@ Just add Prettier as an ESLint rule using [eslint-plugin-prettier](https://githu
```js
yarn add --dev prettier eslint-plugin-prettier
// .eslintrc
// .eslintrc.json
{
"plugins": [
"prettier"