@deephaven/eslint-config 0.71.0 → 0.71.1-alpha-ui-picker-formatting.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -54,6 +54,13 @@ module.exports = {
54
54
  'react/require-default-props': 'off',
55
55
  'react/jsx-no-bind': 'off',
56
56
  'react-refresh/only-export-components': 'warn',
57
+ camelcase: [
58
+ 'error',
59
+ {
60
+ allow: ['^UNSAFE_'], // allow UNSAFE_styles UNSAFE_className
61
+ properties: 'never', // restore airbnb default, just setting allow overrides it
62
+ },
63
+ ],
57
64
  },
58
65
  parserOptions: {
59
66
  ecmaFeatures: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/eslint-config",
3
- "version": "0.71.0",
3
+ "version": "0.71.1-alpha-ui-picker-formatting.9+1e86dc67",
4
4
  "description": "Deephaven ESLint configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "f8a12f75b7bed3e00425e0ee8daa23af1e5a0d94"
29
+ "gitHead": "1e86dc67aa5a14e89ba2d9c3c0451627b1596e5c"
30
30
  }