mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[misc] set up bulk lint/format in dev-env GitOrigin-RevId: 6f7939c4c732bca72c9b658491e2c4c851c82b44
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"name": "@overleaf/settings",
|
|
"description": "A centralised settings system for Overleaf",
|
|
"version": "2.1.1",
|
|
"repository": "overleaf/settings-module",
|
|
"scripts": {
|
|
"lint": "echo noop",
|
|
"lint:fix": "echo noop",
|
|
"format:fix": "echo noop",
|
|
"format": "echo noop",
|
|
"test": "echo noop",
|
|
"test:ci": "echo noop"
|
|
}
|
|
}
|