persona-community-5/.pnpm-store/v3/files/27/d22f4da75101b72e85db3ad5f7e849401f6fcfa3228ad96f1792d0471bfab30ab431782ac410195b8714215f6059909d8b889c5f46ed92282b66a71db32889
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
244 B
Plaintext

const neostandard = require('neostandard')
module.exports = [
...neostandard(),
{
name: 'node-0.10-compatibility',
rules: {
'object-shorthand': 'off' // Disable ES6 object shorthand for Node.js 0.10 compatibility
}
}
]