implement Gutenberg block to add liveticker without legacy shortcode
* implement react-based JS block * refactor shortcode and widget to use the same syntax and classes
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"browser": true
|
||||
},
|
||||
"globals": {
|
||||
"sclivetickerAjax": "readonly"
|
||||
"sclivetickerAjax": "readonly",
|
||||
"wp": "readonly"
|
||||
},
|
||||
"extends": [
|
||||
"plugin:@wordpress/eslint-plugin/recommended",
|
||||
@@ -16,7 +17,8 @@
|
||||
"*"
|
||||
],
|
||||
"rules": {
|
||||
"no-var": "off"
|
||||
"no-var": "off",
|
||||
"object-shorthand": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user