File tree Expand file tree Collapse file tree
packages/sdk/openfeature-node-server/examples/getting-started Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "build" : " tsc" ,
1111 "start" : " yarn build && node ./dist/index.js" ,
12- "test" : " node ./e2e.mjs" ,
13- "lint" : " npx eslint . --ext .ts " ,
12+ "test" : " node ./e2e/verify .mjs" ,
13+ "lint" : " npx eslint ." ,
1414 "lint:fix" : " yarn run lint --fix" ,
1515 "check" : " yarn lint && yarn build"
1616 },
2828 "@openfeature/server-sdk" : " ^1.16.0"
2929 },
3030 "devDependencies" : {
31+ "@eslint/js" : " ^9.0.0" ,
3132 "@tsconfig/node20" : " 20.1.4" ,
3233 "@types/node" : " ^25.9.1" ,
33- "@typescript-eslint/eslint-plugin" : " ^6.20.0" ,
34- "@typescript-eslint/parser" : " ^6.20.0" ,
35- "eslint" : " ^8.45.0" ,
36- "eslint-config-prettier" : " ^8.8.0" ,
37- "eslint-plugin-import" : " ^2.27.5" ,
38- "eslint-plugin-prettier" : " ^5.0.0" ,
34+ "eslint" : " ^9.0.0" ,
35+ "eslint-import-resolver-typescript" : " ^4.0.0" ,
36+ "eslint-plugin-import-x" : " ^4.0.0" ,
37+ "globals" : " ^16.0.0" ,
3938 "prettier" : " ^3.0.0" ,
40- "typescript" : " 5.1.6"
39+ "typescript" : " 5.1.6" ,
40+ "typescript-eslint" : " ^8.0.0"
4141 }
4242}
Original file line number Diff line number Diff line change 1- /* eslint-disable no-console */
21import { OpenFeature , ProviderEvents } from '@openfeature/server-sdk' ;
32
43import { LaunchDarklyProvider } from '@launchdarkly/openfeature-node-server' ;
You can’t perform that action at this time.
0 commit comments