wpmind/.eslintrc.js

4 lines
81 B
JavaScript
Raw Normal View History

2023-06-02 17:29:56 +03:00
module.exports = {
2023-06-03 14:15:31 +03:00
extends: ['plugin:@wordpress/eslint-plugin/recommended'],
2023-06-02 17:29:56 +03:00
};