File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import eslint from '@eslint/js'
22import eslintPluginUnicorn from 'eslint-plugin-unicorn'
3+ import { defineConfig } from 'eslint/config'
34import importPlugin from 'eslint-plugin-import'
45import tseslint from 'typescript-eslint'
56
6- export default tseslint . config (
7+ export default defineConfig (
78 {
89 ignores : [
910 'esm/**/*' ,
Original file line number Diff line number Diff line change 5757 "documentation" : " ^14.0.1" ,
5858 "eslint" : " ^9.7.0" ,
5959 "eslint-plugin-import" : " ^2.31.0" ,
60- "eslint-plugin-unicorn" : " ^59 .0.0 " ,
60+ "eslint-plugin-unicorn" : " ^61 .0.2 " ,
6161 "prettier" : " ^3.4.2" ,
6262 "rimraf" : " ^6.0.1" ,
6363 "standard-changelog" : " ^7.0.1" ,
Original file line number Diff line number Diff line change 1- const BigInt32 = BigInt ( 32 )
1+ const BigInt32 = 32n
22
33export function getBigInt64 (
44 dataView : DataView ,
You can’t perform that action at this time.
0 commit comments