Fix Jenkinsfile syntax (clean comments)
This commit is contained in:
parent
77ed26c527
commit
cf4809be39
|
|
@ -1,17 +0,0 @@
|
|||
// eslint.config.js
|
||||
export default [
|
||||
{
|
||||
files: ["**/*.js"],
|
||||
ignores: ["node_modules/**"],
|
||||
languageOptions: {
|
||||
sourceType: "module",
|
||||
ecmaVersion: "latest",
|
||||
},
|
||||
rules: {
|
||||
semi: ["error", "always"],
|
||||
quotes: ["error", "double"],
|
||||
"no-unused-vars": ["warn"],
|
||||
"no-console": "off",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
// jest.config.js
|
||||
export default {
|
||||
testEnvironment: "node",
|
||||
transform: {}, // pas de transpilation Babel ici
|
||||
verbose: true,
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user