File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
module . exports = {
4
4
root : true ,
5
- plugins : [ 'node' ] ,
6
5
extends : [
7
6
'not-an-aardvark/node' ,
8
7
'plugin:unicorn/recommended' ,
@@ -31,11 +30,10 @@ module.exports = {
31
30
{
32
31
// Apply eslint-plugin rules to our own rules/tests (but not docs).
33
32
files : [ 'lib/**/*.js' , 'tests/**/*.js' ] ,
34
- plugins : [ 'self' ] ,
35
- extends : [ 'plugin:self/all' ] ,
33
+ extends : [ 'plugin:eslint-plugin/all' ] ,
36
34
rules : {
37
- 'self /report-message-format' : [ 'error' , '^[^a-z].*.$' ] ,
38
- 'self /require-meta-docs-url' : [
35
+ 'eslint-plugin /report-message-format' : [ 'error' , '^[^a-z].*.$' ] ,
36
+ 'eslint-plugin /require-meta-docs-url' : [
39
37
'error' ,
40
38
{
41
39
pattern :
Original file line number Diff line number Diff line change 49
49
"dirty-chai" : " ^2.0.1" ,
50
50
"eslint" : " ^8.0.0" ,
51
51
"eslint-config-not-an-aardvark" : " ^2.1.0" ,
52
+ "eslint-plugin-eslint-plugin" : " file:./" ,
52
53
"eslint-plugin-markdown" : " ^2.0.1" ,
53
54
"eslint-plugin-node" : " ^11.1.0" ,
54
- "eslint-plugin-self" : " ^1.2.1" ,
55
55
"eslint-plugin-unicorn" : " ^37.0.0" ,
56
56
"eslint-scope" : " ^6.0.0" ,
57
57
"espree" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments