Sign in
chromium
/
external
/
github.com
/
nodejs
/
node-addon-api
/
refs/heads/upstream/main
/
.
/
eslint.config.js
blob: d02c6f529645392f086d9f08c7c4bab1e7a1cb32 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
module
.
exports
=
require
(
'neostandard'
)({
semi
:
true
,
});