Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Nov 2, 2021
2 parents b861264 + 8cec5b6 commit 213c13c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 32 deletions.
9 changes: 2 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": [
"eslint:recommended",
"prettier"
],
"plugins": [
"prettier"
"eslint:recommended"
],
"env": {
"browser": true,
Expand Down Expand Up @@ -76,7 +72,6 @@
"valid-typeof": "error",
"wrap-iife": ["error", "any", { "functionPrototypeMethods": true }],
"yield-star-spacing": ["error", "both"],
"yoda": ["error", "never"],
"prettier/prettier": "error"
"yoda": ["error", "never"]
}
}
10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ Yarn:
```bash
yarn add -D \
@ravorona/eslint-config \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
prettier
eslint
```
NPM:
```bash
npm i --save-dev \
@ravorona/eslint-config \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
prettier
eslint
```

## Usage
Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{
"name": "@ravorona/eslint-config",
"version": "3.0.1",
"version": "4.0.0",
"description": "ESLint configuration",
"main": ".eslintrc",
"repository": "[email protected]:ravorona/eslint-config.git",
"author": "яαvoroηα <[email protected]>",
"license": "MIT",
"keywords": [
"ravorona",
"eslint",
"prettier"
"eslint"
],
"engines": {
"node": ">=8.0.0"
},
"peerDependencies": {
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
"eslint": "^8.1.0"
}
}

0 comments on commit 213c13c

Please sign in to comment.