mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
4de9c98d2f
[settings] setup linting and fix all the violations GitOrigin-RevId: 321ecf0e8749a0481d61ad720baffe06089dc5cf
14 lines
532 B
JSON
14 lines
532 B
JSON
{
|
|
"name": "@overleaf/settings",
|
|
"description": "A centralised settings system for Overleaf",
|
|
"version": "2.1.1",
|
|
"repository": "overleaf/settings-module",
|
|
"scripts": {
|
|
"lint": "../../node_modules/.bin/eslint --max-warnings 0 --format unix .",
|
|
"lint:fix": "../../node_modules/.bin/eslint --fix .",
|
|
"format": "../../node_modules/.bin/prettier --list-different $PWD/'**/*.js'",
|
|
"format:fix": "../../node_modules/.bin/prettier --write $PWD/'**/*.js'",
|
|
"test": "echo noop",
|
|
"test:ci": "echo noop"
|
|
}
|
|
}
|