Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
a
/
r
/
i
/
ariannadhf
/
www
/
wp-content
/
plugins
/
simple-history
/
/home/a/r/i/ariannadhf/www/wp-content/plugins/simple-history/.eslintrc.js
module.exports = { extends: [ 'plugin:@wordpress/eslint-plugin/recommended' ], env: { browser: true, }, rules: { // Allow experimental WordPress APIs - we're aware of the stability risk. '@wordpress/no-unsafe-wp-apis': 'off', // Allow prompt() for simple user input in the event log GUI. 'no-alert': 'off', }, settings: { // nuqs uses subpath exports which the import resolver doesn't understand. 'import/core-modules': [ 'nuqs/adapters/react' ], }, };