File tree Expand file tree Collapse file tree 6 files changed +67
-59
lines changed Expand file tree Collapse file tree 6 files changed +67
-59
lines changed Original file line number Diff line number Diff line change 2727 " max-potential-fid" ,
2828 " interactive" ,
2929 " dom-size" ,
30- " forced-reflow-insight"
30+ " forced-reflow-insight" ,
31+ " unused-javascript"
3132 ]
3233 assert :
3334 preset : " lighthouse:no-pwa"
4950 interactive : off
5051 dom-size : off
5152 forced-reflow-insight : off
53+ unused-javascript : off
5254 total-byte-weight : warn
5355 identical-links-same-purpose : warn
5456 tap-targets : warn
Original file line number Diff line number Diff line change 11.envrc
2+ .nvmrc
23.npmrc
34.tarignore
4- .dictionary*
55.git*
66.woodpecker*
77.lighthouse*
88.markdownlint*
99.jsbeautify*
1010.prettier*
11- .eslintrc*
1211.htmlvalidate*
1312.lycheeignore*
13+ .cspell*
14+ eslint*
1415example*
1516webpack*
1617svgsprite*
Original file line number Diff line number Diff line change 1- import eslint from "@eslint/js" ;
2- import globals from "globals" ;
3- import babelParser from "@babel/eslint-parser" ;
4- import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended" ;
1+ import eslint from "@eslint/js"
2+ import globals from "globals"
3+ import babelParser from "@babel/eslint-parser"
4+ import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended"
55
66export default [
7- eslint . configs . recommended ,
8- {
9- languageOptions : {
10- globals : {
11- ...globals . browser ,
12- } ,
13- parser : babelParser ,
14- ecmaVersion : 2022 ,
15- sourceType : "module" ,
16- parserOptions : {
17- requireConfigFile : false ,
18- } ,
19- } ,
20- } ,
21- eslintPluginPrettierRecommended ,
22- ] ;
7+ eslint . configs . recommended ,
8+ {
9+ languageOptions : {
10+ globals : {
11+ ...globals . browser
12+ } ,
13+ parser : babelParser ,
14+ ecmaVersion : 2022 ,
15+ sourceType : "module" ,
16+ parserOptions : {
17+ requireConfigFile : false
18+ }
19+ }
20+ } ,
21+ eslintPluginPrettierRecommended
22+ ]
You can’t perform that action at this time.
0 commit comments