Skip to content

Commit e84ceda

Browse files
authored
chore: use ESM cspell config (web-infra-dev#7480)
1 parent 9349714 commit e84ceda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const { banWords } = require('cspell-ban-words');
1+
import { banWords } from 'cspell-ban-words';
22

3-
module.exports = {
3+
export default {
44
version: '0.2',
55
language: 'en',
66
files: ['**/*.{ts,tsx,js,jsx,md,mdx}'],

0 commit comments

Comments
 (0)