File tree Expand file tree Collapse file tree 5 files changed +856
-745
lines changed
Expand file tree Collapse file tree 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' )
21let Comment = require ( 'postcss/lib/comment' )
32let Parser = require ( 'postcss/lib/parser' )
3+ let tokenizer = require ( 'postcss/lib/tokenize' )
44
55class SafeParser extends Parser {
66 checkMissedSemicolon ( ) { }
Original file line number Diff line number Diff line change 4141 "postcss" : " ^8.4.31"
4242 },
4343 "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" ,
5548 "postcss-parser-tests" : " ^8.8.0"
5649 },
5750 "prettier" : {
6255 "singleQuote" : true ,
6356 "trailingComma" : " none"
6457 },
65- "eslintConfig" : {
66- "extends" : " @logux/eslint-config"
67- },
68- "jest" : {
69- "testEnvironment" : " node" ,
70- "coverageThreshold" : {
71- "global" : {
72- "statements" : 100
73- }
74- }
75- },
7658 "clean-publish" : {
7759 "cleanDocs" : true
7860 }
You can’t perform that action at this time.
0 commit comments