Skip to content

Commit a1b8b69

Browse files
committed
Add version global to ESLint config.
1 parent 632e836 commit a1b8b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919
},
2020
"globals": {
21-
"CMS_ENV": true
21+
"CMS_ENV": true,
22+
"NETLIFY_CMS_VERSION": true
2223
}
2324
}

0 commit comments

Comments
 (0)