Skip to content

Commit 3b9e3c9

Browse files
author
roman.vasilev
committed
docs: Updated README
1 parent 6539708 commit 3b9e3c9

File tree

4 files changed

+11
-58
lines changed

4 files changed

+11
-58
lines changed

.eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
'unicorn',
2020
'typescript',
2121
'import',
22-
'tslint2',
22+
'tslint',
2323
],
2424
'rules': {
2525
'no-undef': 0,
@@ -31,7 +31,7 @@ module.exports = {
3131
'import/max-dependencies': [1, { 'max': 10 }],
3232
'quotes': [1, 'single', { 'allowTemplateLiterals': true }],
3333
'semi': [1, 'always'],
34-
'tslint2/config': [1, {
34+
'tslint/config': [1, {
3535
configFile: 'tsconfig.json',
3636
rulesDirectory: [
3737
'node_modules/tslint/lib/rules',

CHANGELOG.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
node-package-starter
2-
===
3-
```
4-
git clone https://github.com/unlight/node-package-starter
5-
```
1+
# eslint-plugin-no-eslint-disable
2+
Disallow disable rules by `eslint-disable` comment.
63

7-
CHANGELOG
4+
## RULE
5+
`no-eslint-disable/no-eslint-disable`
6+
7+
## CHANGELOG
88
---
99
See [CHANGELOG.md](CHANGELOG.md)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "node-package-starter",
2+
"name": "eslint-plugin-no-eslint-disable",
33
"version": "0.0.0-dev",
44
"license": "MIT",
55
"description": "",
@@ -37,7 +37,7 @@
3737
"chokidar-cli": "^1.2.1",
3838
"eslint": "^5.4.0",
3939
"eslint-plugin-import": "^2.14.0",
40-
"eslint-plugin-tslint2": "^2.2.4",
40+
"eslint-plugin-tslint": "^3.0.0",
4141
"eslint-plugin-typescript": "^0.12.0",
4242
"eslint-plugin-unicorn": "^6.0.0",
4343
"mocha": "^5.2.0",
@@ -59,7 +59,7 @@
5959
},
6060
"repository": {
6161
"type": "git",
62-
"url": "https://github.com/unlight/node-package-starter.git"
62+
"url": "https://github.com/unlight/eslint-plugin-no-eslint-disable.git"
6363
},
6464
"keywords": [],
6565
"nyc": {

0 commit comments

Comments
 (0)