build: use env node for craco lint (#6311)

This commit is contained in:
Zach Pomerantz 2023-04-10 10:05:22 -07:00 committed by GitHub
parent a078d94a38
commit f29d97413e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-env node */
const { VanillaExtractPlugin } = require('@vanilla-extract/webpack-plugin')
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const { DefinePlugin } = require('webpack')