File tree 5 files changed +856
-745
lines changed
5 files changed +856
-745
lines changed Original file line number Diff line number Diff line change
1
+ import loguxConfig from '@logux/eslint-config'
2
+
3
+ export default [ ...loguxConfig ]
Original file line number Diff line number Diff line change 1
- let tokenizer = require ( 'postcss/lib/tokenize' )
2
1
let Comment = require ( 'postcss/lib/comment' )
3
2
let Parser = require ( 'postcss/lib/parser' )
3
+ let tokenizer = require ( 'postcss/lib/tokenize' )
4
4
5
5
class SafeParser extends Parser {
6
6
checkMissedSemicolon ( ) { }
Original file line number Diff line number Diff line change 41
41
"postcss" : " ^8.4.31"
42
42
},
43
43
"devDependencies" : {
44
- "@logux/eslint-config" : " ^52.0.1" ,
45
- "clean-publish" : " ^4.2.0" ,
46
- "eslint" : " ^8.51.0" ,
47
- "eslint-config-standard" : " ^17.1.0" ,
48
- "eslint-plugin-import" : " ^2.28.1" ,
49
- "eslint-plugin-n" : " ^16.1.0" ,
50
- "eslint-plugin-node-import" : " ^1.0.4" ,
51
- "eslint-plugin-perfectionist" : " ^2.1.0" ,
52
- "eslint-plugin-prefer-let" : " ^3.0.1" ,
53
- "eslint-plugin-promise" : " ^6.1.1" ,
54
- "postcss" : " ^8.4.31" ,
44
+ "@logux/eslint-config" : " ^53.4.0" ,
45
+ "clean-publish" : " ^5.0.0" ,
46
+ "eslint" : " ^9.11.1" ,
47
+ "postcss" : " ^8.4.47" ,
55
48
"postcss-parser-tests" : " ^8.8.0"
56
49
},
57
50
"prettier" : {
62
55
"singleQuote" : true ,
63
56
"trailingComma" : " none"
64
57
},
65
- "eslintConfig" : {
66
- "extends" : " @logux/eslint-config"
67
- },
68
- "jest" : {
69
- "testEnvironment" : " node" ,
70
- "coverageThreshold" : {
71
- "global" : {
72
- "statements" : 100
73
- }
74
- }
75
- },
76
58
"clean-publish" : {
77
59
"cleanDocs" : true
78
60
}
You can’t perform that action at this time.
0 commit comments