Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x | export enum Filenames {
ESLINT_CONFIG = '.eslintrc.js',
PACKAGE_JSON = 'package.json',
NODEMON_CONFIG = 'nodemon.json',
TS_CONFIG = 'tsconfig.json',
PRETTIER_CONFIG = '.prettierrc.js',
JEST_TEST = 'hello.spec.ts',
JEST_CONFIG = 'jest.config.js',
SONARQUBE_PROPERTIES = 'sonar-project.properties',
SONARQUBE_REPORT_SCRIPT = 'report_sonarqube.sh',
DOCKER_COMPOSE = 'docker-compose.yml',
GIT_IGNORE = 'gitignore',
LICENSE = 'LICENSE.md',
README = 'README.md',
SRC_FOLDER = 'src',
SRIPTS_FOLDER = 'scripts',
}
|