Skip to content

Commit 7bca0bb

Browse files
committed
Updated package.json
1 parent bf86d57 commit 7bca0bb

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

Diff for: .prettier.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('prettier-config-profitboss')
1+
module.exports = require('prettier-config-thealexpatin')

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# eslint-config-profitboss [![](https://badge.fury.io/js/eslint-config-profitboss.svg)](https://npmjs.org/package/eslint-config-profitboss)
1+
# eslint-config-thealexpatin[![](https://badge.fury.io/js/eslint-config-thealexpatin.svg)](https://npmjs.org/package/eslint-config-thealexpatin)
22

3-
> Standard Profitboss [`eslint`](https://eslint.org) configurations
3+
> My personal ESLint configurations [`eslint`](https://eslint.org) configurations
44
55
## Requirements
66

@@ -11,7 +11,7 @@
1111
**Install**
1212

1313
```bash
14-
$ npm install -D eslint-config-profitboss
14+
$ npm install -D eslint-config-thealexpatin
1515
```
1616

1717
**Create `.eslintrc.js`**
@@ -20,7 +20,7 @@ $ npm install -D eslint-config-profitboss
2020
// .eslintrc.js
2121

2222
module.exports = {
23-
extends: ["profitboss/<extension name>"],
23+
extends: ["thealexpatin/<extension name>"],
2424
};
2525
```
2626

@@ -41,14 +41,14 @@ module.exports = {
4141
// .eslintrc.js
4242

4343
module.exports = {
44-
extends: ["profitboss/typescript"],
44+
extends: ["thealexpatin/typescript"],
4545
};
4646
```
4747

4848
```javascript
4949
// .eslintrc.js
5050

5151
module.exports = {
52-
extends: ["profitboss/react-with-typescript"],
52+
extends: ["thealexpatin/react-with-typescript"],
5353
};
5454
```

Diff for: package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"author": "Profitboss",
3-
"name": "eslint-config-profitboss",
4-
"version": "0.1.9",
2+
"author": "Alex Patin",
3+
"name": "eslint-config-thealexpatin",
4+
"version": "0.1.8",
55
"bugs": {
6-
"url": "https://github.com/profitboss/eslint-config-profitboss/issues"
6+
"url": "https://github.com/thealexpatin/eslint-config-thealexpatin/issues"
77
},
8-
"description": "Profitboss standard ESLint configurations",
8+
"description": "Alex Patin's standard ESLint configurations",
99
"devDependencies": {
1010
"@tsconfig/node14": "^1.0.0",
1111
"eslint": "^7.18.0",
1212
"prettier": "^2.2.1",
13-
"prettier-config-profitboss": "^0.1.1",
13+
"prettier-config-thealexpatin": "^0.1.1",
1414
"typescript": "^4.1.3"
1515
},
1616
"main": "index.js",
@@ -37,10 +37,10 @@
3737
"eslint-plugin-vue-scoped-css": "^1.1.0",
3838
"eslint-plugin-xss": "^0.1.10"
3939
},
40-
"homepage": "https://github.com/profboss/eslint-config-profitboss#readme",
40+
"homepage": "https://github.com/thealexpatin/eslint-config-thealexpatin#readme",
4141
"repository": {
4242
"type": "git",
43-
"url": "git+ssh://[email protected]/profboss/eslint-config-profitboss.git"
43+
"url": "git+ssh://[email protected]/thealexpatin/eslint-config-thealexpatin.git"
4444
},
4545
"keywords": [
4646
"ESLint"

0 commit comments

Comments
 (0)