persona-community-5/.pnpm-store/v3/files/38/5257cf7a76d61858f6e6c35d76006c2ecdebbca96a5ba83de6d0e8fd5fa5e87e8c1757b239f693d76f9809e09c72c9d537858fdb84e5687efc0e088d1446b5
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

15 lines
196 B
Plaintext

'use strict'
const base = require('neostandard')({})
module.exports = [
...base,
{
name: 'old-standard',
rules: {
'no-var': 'off',
'object-shorthand': 'off',
}
}
]