Skip to content

Commit fd84961

Browse files
committed
Add no-unstable-useOnyx-defaults rule
1 parent 3ee664b commit fd84961

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.eslintrc.changed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
'deprecation/deprecation': 'error',
99
'rulesdir/no-default-id-values': 'error',
1010
'rulesdir/provide-canBeMissing-in-useOnyx': 'error',
11+
'rulesdir/no-unstable-useOnyx-defaults': 'error',
1112
'no-restricted-syntax': [
1213
'error',
1314
{

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"electron-builder": "25.0.0",
307307
"eslint": "^8.57.0",
308308
"eslint-config-airbnb-typescript": "^18.0.0",
309-
"eslint-config-expensify": "2.0.84",
309+
"eslint-config-expensify": "2.0.85",
310310
"eslint-config-prettier": "^9.1.0",
311311
"eslint-plugin-deprecation": "^3.0.0",
312312
"eslint-plugin-jest": "^28.6.0",

0 commit comments

Comments
 (0)