mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
4b996c53d3
[misc] set up bulk lint/format in dev-env GitOrigin-RevId: 6f7939c4c732bca72c9b658491e2c4c851c82b44
14 lines
348 B
JSON
14 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"
|
|
}
|
|
}
|