1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 14:14:17 +00:00

chore: complete ESLint v9 configuration

This commit is contained in:
Cotes Chung
2025-07-26 20:49:56 +08:00
parent 8bf72fc234
commit 49519d13e5
3 changed files with 41 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
const fs = require('fs').promises;
const { PurgeCSS } = require('purgecss');
import { promises as fs } from 'fs';
import { PurgeCSS } from 'purgecss';
const DIST_PATH = '_sass/vendors';
const output = `${DIST_PATH}/_bootstrap.scss`;