File tree Expand file tree Collapse file tree 3 files changed +13
-133
lines changed
Expand file tree Collapse file tree 3 files changed +13
-133
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import globals from "globals" ;
2+ import pluginJs from "@eslint/js" ;
3+
4+
5+ /** @type {import('eslint').Linter.Config[] } */
6+ export default [
7+ { languageOptions : { globals : globals . node } } ,
8+ pluginJs . configs . recommended ,
9+ ] ;
Original file line number Diff line number Diff line change 3333 ],
3434 "author" : {
3535 "name" : " Analytics by Babel Street" ,
36- "email" : " helpdesk @babelstreet.com"
36+ "email" : " analyticssupport @babelstreet.com"
3737 },
3838 "license" : " Apache-2.0" ,
3939 "engines" : {
4444 },
4545 "homepage" : " https://developer.babelstreet.com" ,
4646 "devDependencies" : {
47+ "@eslint/js" : " ^9.15.0" ,
4748 "argparse" : " ^2.0.1" ,
4849 "chai" : " ^4.5.0" ,
49- "eslint" : " ^9.14.0" ,
50+ "eslint" : " ^9.15.0" ,
51+ "globals" : " ^15.12.0" ,
5052 "grunt" : " ^1.6.1" ,
5153 "grunt-contrib-clean" : " ^2.0.1" ,
5254 "grunt-contrib-watch" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments