1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-02-01 14:31:28 +00:00
mobilizon/js
Thomas Citharel 2d541f2e32
Fix lint issues
And disable eslint when building in prod mode

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-11-30 12:48:21 +01:00
..
public
src Fix lint issues 2020-11-30 12:48:21 +01:00
tests/e2e Fix lint issues 2020-11-30 12:48:21 +01:00
.browserslistrc
.editorconfig Fix lint issues 2020-11-30 12:48:21 +01:00
.eslintrc.js Fix lint issues 2020-11-30 12:48:21 +01:00
.gitignore
.prettierignore
apollo.config.js
babel.config.js
cypress.json
fragmentTypes.json
get_union_json.ts Fix lint issues 2020-11-30 12:48:21 +01:00
package.json
README.md
schema.graphql
tsconfig.json
vue.config.js Fix lint issues 2020-11-30 12:48:21 +01:00
yarn.lock

mobilizon

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.