/usr/share/glib-2.0/schemas/org.gnome.builder.plugins.eslint.gschema.xml is in gnome-builder 3.28.1-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | <schemalist>
<schema id="org.gnome.builder.plugins.eslint" path="/org/gnome/builder/plugins/eslint/" gettext-domain="gnome-builder">
<key name="enable-eslint" type="b">
<default>false</default>
<summary>Enable ESLint</summary>
<description>Enable the use of eslint to find additional diagnostics in JavaScript files. This may result in the execution of code in your project.</description>
</key>
</schema>
</schemalist>
|